gsklee / ngStorage

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

Use anonymous AMD definition #90

Closed radekn closed 9 years ago

radekn commented 9 years ago

When a file defines only one AMD module, named definitions limit flexibility while offering no advantages over anonymous ones. (issue #89)