Skip to content

Commit 20fcbf8

Browse files
committed
release 0.2.7
1 parent 966a470 commit 20fcbf8

16 files changed

+18
-18
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### The de-facto solution to flexible routing with nested views
44
---
5-
**[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)**) **|**
5+
**[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)**) **|**
66
**[Learn](#resources) |**
77
**[Discuss](https://groups.google.com/forum/#!categories/angular-ui/router) |**
88
**[Get Help](http://stackoverflow.com/questions/ask?tags=angularjs,angular-ui-router) |**

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"main": "./release/angular-ui-router.js",
55
"dependencies": {
66
"angular": ">= 1.1.5"

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-router",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "State-based routing for AngularJS",
55
"keywords": [
66
"angular",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-router",
33
"description": "State-based routing for AngularJS",
4-
"version": "0.2.6",
4+
"version": "0.2.7",
55
"homepage": "http://angular-ui.github.com/",
66
"contributors": [
77
{

release/angular-ui-router.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* State-based routing for AngularJS
3-
* @version v0.2.6
3+
* @version v0.2.7
44
* @link http://angular-ui.github.com/
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/
@@ -1460,7 +1460,7 @@ angular.module('ui.router.state').provider('$view', $ViewProvider);
14601460

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

14661466
var directive = {

release/angular-ui-router.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/doc/$resolve.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
546546
<br clear="both">
547547

548548
<footer>
549-
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)
549+
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)
550550
</footer>
551551

552552
<script> prettyPrint(); </script>

release/doc/$templateFactory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
10311031
<br clear="both">
10321032

10331033
<footer>
1034-
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)
1034+
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)
10351035
</footer>
10361036

10371037
<script> prettyPrint(); </script>

release/doc/$urlMatcherFactory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
420420
<br clear="both">
421421

422422
<footer>
423-
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)
423+
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)
424424
</footer>
425425

426426
<script> prettyPrint(); </script>

release/doc/UrlMatcher.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
829829
<br clear="both">
830830

831831
<footer>
832-
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)
832+
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)
833833
</footer>
834834

835835
<script> prettyPrint(); </script>

release/doc/common.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
213213
<br clear="both">
214214

215215
<footer>
216-
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)
216+
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)
217217
</footer>
218218

219219
<script> prettyPrint(); </script>

release/doc/global.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1270,7 +1270,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
12701270
<br clear="both">
12711271

12721272
<footer>
1273-
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)
1273+
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)
12741274
</footer>
12751275

12761276
<script> prettyPrint(); </script>

release/doc/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
5454
<br clear="both">
5555

5656
<footer>
57-
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)
57+
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)
5858
</footer>
5959

6060
<script> prettyPrint(); </script>

release/doc/resolve.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
256256
<br clear="both">
257257

258258
<footer>
259-
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)
259+
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)
260260
</footer>
261261

262262
<script> prettyPrint(); </script>

release/doc/templateFactory.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
128128
<br clear="both">
129129

130130
<footer>
131-
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)
131+
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)
132132
</footer>
133133

134134
<script> prettyPrint(); </script>

release/doc/urlMatcherFactory.js.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ <h2><a href="index.html">Index</a></h2><h3>Modules</h3><ul><li><a href="$resolve
297297
<br clear="both">
298298

299299
<footer>
300-
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)
300+
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)
301301
</footer>
302302

303303
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)