-
Couldn't load subscription status.
- Fork 582
Closed
Labels
Description
In recent release version 0.2.4, the grunt file added some code like below:
root = (typeof root !== 'undefined') ? root : {};
factory((root.exports || (root.exports = {})), angular);
These code would be inserted to file angular-local-storage.js, and then it will cause an error in any web app which runs with Electron.
| root = (typeof root !== 'undefined') ? root : {}; |
It needs to be fixed, thanks.