gsklee / ngStorage

localStorage and sessionStorage done right for AngularJS.
MIT License
2.33k stars 461 forks source link

avoid using reserved $ namespace #228

Closed graingert closed 8 years ago

graingert commented 8 years ago

the $ prefix is reserved for angular built in services

egilkh commented 8 years ago

https://github.com/gsklee/ngStorage/issues/55