angular-cookies
AngularJS module for reading and writing browser cookies.
Latest Ver 1.8.3
Homepage
Github
0
58,933
AngularJS module for reading and writing browser cookies.
📄 HTML
angular.module('app', ['ngCookies'])
.controller('CookieController', ['$cookies', function($cookies) {
// 쿠키 설정
$cookies.put('myCookie', 'value');
// 쿠키 가져오기
var favoriteCookie = $cookies.get('myCookie');
// 쿠키 삭제
$cookies.remove('myCookie');
}]);
🧩 External JS
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.8.2/angular.min.js"></script>
Easily spot the differences between two texts.
Quickly and easily generate favicons.
Generate placeholder text for your designs.
Check character and word count in real time.
Easily convert between subtitle formats.
Automatically extract text from images.