angular-gettext
angular-gettext copied to clipboard
Add option to prevent caching
Added an option to prevent the caching of the localization files.
Thanks! Few issues before we can consider merging this:
- Add tests
- Make your changes in src/. dist/ is generated from that, so your changes will get overwritten.
Added the code to src/.
Could use some help writing the test though, I'm not really familiar with Unit Tests... :-)
cache option is enough to prevent caching.