diff options
| author | Igor Minar | 2012-04-05 10:37:02 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-05 11:33:42 -0700 |
| commit | 1c8c08340420b981a0964dc960029d55b3b77f49 (patch) | |
| tree | 9ea8a41f20bf554c50721740229f21f90488f821 /src | |
| parent | 0f2de12273c50729e918c3103d92fdec6b5b3cad (diff) | |
| download | angular.js-1c8c08340420b981a0964dc960029d55b3b77f49.tar.bz2 | |
fix(docs): move $cookies and $cookieStore docs to module
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngCookies/cookies.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index f6446db1..a00c52e9 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -9,7 +9,7 @@ angular.module('ngCookies', ['ng']). /** * @ngdoc object - * @name angular.module.ng.$cookies + * @name angular.module.ngCookies.$cookies * @requires $browser * * @description @@ -103,7 +103,7 @@ angular.module('ngCookies', ['ng']). /** * @ngdoc object - * @name angular.module.ng.$cookieStore + * @name angular.module.ngCookies.$cookieStore * @requires $cookies * * @description @@ -117,8 +117,8 @@ angular.module('ngCookies', ['ng']). return { /** * @ngdoc method - * @name angular.module.ng.$cookieStore#get - * @methodOf angular.module.ng.$cookieStore + * @name angular.module.ngCookies.$cookieStore#get + * @methodOf angular.module.ngCookies.$cookieStore * * @description * Returns the value of given cookie key @@ -132,8 +132,8 @@ angular.module('ngCookies', ['ng']). /** * @ngdoc method - * @name angular.module.ng.$cookieStore#put - * @methodOf angular.module.ng.$cookieStore + * @name angular.module.ngCookies.$cookieStore#put + * @methodOf angular.module.ngCookies.$cookieStore * * @description * Sets a value for given cookie key @@ -147,8 +147,8 @@ angular.module('ngCookies', ['ng']). /** * @ngdoc method - * @name angular.module.ng.$cookieStore#remove - * @methodOf angular.module.ng.$cookieStore + * @name angular.module.ngCookies.$cookieStore#remove + * @methodOf angular.module.ngCookies.$cookieStore * * @description * Remove given cookie |
