We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 680b817 commit 380854fCopy full SHA for 380854f
src/ngCookies/cookies.js
@@ -18,6 +18,17 @@ angular.module('ngCookies', ['ng']).
18
* Only a simple Object is exposed and by adding or removing properties to/from
19
* this object, new cookies are created/deleted at the end of current $eval.
20
*
21
+ * # Installation
22
+ * To use $cookies make sure you have included the `angular-cookies.js` that comes in Angular
23
+ * package. You can also find this file on Google CDN, bower as well as at
24
+ * {@link http://code.angularjs.org/ code.angularjs.org}.
25
+ *
26
+ * Finally load the module in your application:
27
28
+ * angular.module('app', ['ngCookies']);
29
30
+ * and you are ready to get started!
31
32
* @example
33
<doc:example>
34
<doc:source>
0 commit comments