UNPKG

angular-localforage

Version:

Angular service & directive for https://github.com/mozilla/localForage (Offline storage, improved.)

7 lines (6 loc) 219 B
// This is CommonJS because lie is an external dependency, so Rollup // can just ignore it. if (typeof Promise === 'undefined' && typeof require !== 'undefined') { require('lie/polyfill'); } export default Promise;