Skip to content

Commit

Permalink
release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nateabele committed Dec 9, 2013
1 parent 966a470 commit 20fcbf8
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### The de-facto solution to flexible routing with nested views
---
**[Download 0.2.6](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
**[Download 0.2.7](http://angular-ui.github.io/ui-router/release/angular-ui-router.js)** (or **[Minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js)**) **|**
**[Learn](#resources) |**
**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router) |**
**[Get Help](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |**
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-router",
"version": "0.2.6",
"version": "0.2.7",
"main": "./release/angular-ui-router.js",
"dependencies": {
"angular": ">= 1.1.5"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-router",
"version": "0.2.6",
"version": "0.2.7",
"description": "State-based routing for AngularJS",
"keywords": [
"angular",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-router",
"description": "State-based routing for AngularJS",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "http://angular-ui.github.com/",
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions release/angular-ui-router.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* State-based routing for AngularJS
* @version v0.2.6
* @version v0.2.7
* @link http://angular-ui.github.com/
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
Expand Down Expand Up @@ -1460,7 +1460,7 @@ angular.module('ui.router.state').provider('$view', $ViewProvider);

$ViewDirective.$inject = ['$state', '$compile', '$controller', '$injector', '$anchorScroll'];
function $ViewDirective( $state, $compile, $controller, $injector, $anchorScroll) {
var $animator = $injector.has('$animator') ? $injector.get('$animator') : null;
var $animator = $injector.has('$animator') ? $injector.get('$animator') : false;
var viewIsUpdating = false;

var directive = {
Expand Down
4 changes: 2 additions & 2 deletions release/angular-ui-router.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion release/doc/$resolve.html
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/$templateFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/$urlMatcherFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/UrlMatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/common.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -1270,7 +1270,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/resolve.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/templateFactory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion release/doc/urlMatcherFactory.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
<br clear="both">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Fri Dec 06 2013 14:17:59 GMT-0500 (EST)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a> on Mon Dec 09 2013 13:59:32 GMT-0500 (EST)
</footer>

<script> prettyPrint(); </script>
Expand Down

2 comments on commit 20fcbf8

@incrop
Copy link

@incrop incrop commented on 20fcbf8 Dec 10, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello. According to jsdoc, version of release file is v0.2.6.
Can you update gh-pages?

@incrop
Copy link

@incrop incrop commented on 20fcbf8 Dec 11, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you :)

Please sign in to comment.