ngCookies
Improve this Doc ngCookies
Installation
First include angular-cookies.js
in your HTML:
<script src="angular.js"> <script src="angular-cookies.js">
You can download this file from the following places:
- Google CDN
e.g.//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-cookies.js
- Bower
e.g.bower install [email protected]
- cod