diff options
| author | Igor Minar | 2011-10-12 12:19:39 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-10-12 23:04:48 -0700 |
| commit | b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241 (patch) | |
| tree | d7561b1e2704197c8f0e441abbf98661d2145ac5 /src/service/route.js | |
| parent | 4af4378b11c971f99205b7e712c13e8ef3467749 (diff) | |
| download | angular.js-b3c4cb7cff8bab6e0e3d7e68870ed6316bbd5241.tar.bz2 | |
docs(*): remove @workInProgress from everywhere
it's not useful any more and it only makes the docs look ugly
Diffstat (limited to 'src/service/route.js')
| -rw-r--r-- | src/service/route.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/service/route.js b/src/service/route.js index f5c8a672..ddc3df49 100644 --- a/src/service/route.js +++ b/src/service/route.js @@ -1,7 +1,6 @@ 'use strict'; /** - * @workInProgress * @ngdoc service * @name angular.service.$route * @requires $location @@ -65,7 +64,6 @@ */ angularServiceInject('$route', function($location, $routeParams) { /** - * @workInProgress * @ngdoc event * @name angular.service.$route#$beforeRouteChange * @eventOf angular.service.$route @@ -84,7 +82,6 @@ angularServiceInject('$route', function($location, $routeParams) { */ /** - * @workInProgress * @ngdoc event * @name angular.service.$route#$afterRouteChange * @eventOf angular.service.$route @@ -103,7 +100,6 @@ angularServiceInject('$route', function($location, $routeParams) { */ /** - * @workInProgress * @ngdoc event * @name angular.service.$route#$routeUpdate * @eventOf angular.service.$route @@ -124,7 +120,6 @@ angularServiceInject('$route', function($location, $routeParams) { routes: routes, /** - * @workInProgress * @ngdoc method * @name angular.service.$route#parent * @methodOf angular.service.$route @@ -141,7 +136,6 @@ angularServiceInject('$route', function($location, $routeParams) { }, /** - * @workInProgress * @ngdoc method * @name angular.service.$route#when * @methodOf angular.service.$route @@ -197,7 +191,6 @@ angularServiceInject('$route', function($location, $routeParams) { }, /** - * @workInProgress * @ngdoc method * @name angular.service.$route#otherwise * @methodOf angular.service.$route @@ -213,7 +206,6 @@ angularServiceInject('$route', function($location, $routeParams) { }, /** - * @workInProgress * @ngdoc method * @name angular.service.$route#reload * @methodOf angular.service.$route |
