diff options
| author | Peter Bacon Darwin | 2014-02-07 20:34:04 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 |
| commit | 1192ae44f1d7f944719520f235e9f2ec895bdfd5 (patch) | |
| tree | 4d4f06b9448731e2b34ddd2441a0a13dccfc8301 /src/ngCookies/cookies.js | |
| parent | f7c8bcb329eb77b153cd91fcf35c5874a6f9a4b3 (diff) | |
| download | angular.js-1192ae44f1d7f944719520f235e9f2ec895bdfd5.tar.bz2 | |
docs(bike-shed-migration): convert <doc:...> examples to <example>...
Diffstat (limited to 'src/ngCookies/cookies.js')
| -rw-r--r-- | src/ngCookies/cookies.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ngCookies/cookies.js b/src/ngCookies/cookies.js index ffa124c0..ec2f4a90 100644 --- a/src/ngCookies/cookies.js +++ b/src/ngCookies/cookies.js @@ -33,8 +33,8 @@ angular.module('ngCookies', ['ng']). * Requires the {@link ngCookies `ngCookies`} module to be installed. * * @example - <doc:example> - <doc:source> + <example> + <file name="index.html"> <script> function ExampleController($cookies) { // Retrieving a cookie @@ -43,8 +43,8 @@ angular.module('ngCookies', ['ng']). $cookies.myFavorite = 'oatmeal'; } </script> - </doc:source> - </doc:example> + </file> + </example> */ factory('$cookies', ['$rootScope', '$browser', function ($rootScope, $browser) { var cookies = {}, |
