Skip to content

Instantly share code, notes, and snippets.

View rmrevin's full-sized avatar
🤖
Focusing

Revin Roman rmrevin

🤖
Focusing
View GitHub Profile
/*
* Cookies.js - 1.1.0
* https://github.com/ScottHamper/Cookies
*
* This is free and unencumbered software released into the public domain.
*/
angular.module('Helpers')
.factory('cookies',[function(){
'use strict';