grevory / angular-local-storage

An AngularJS module that gives you access to the browsers local storage with cookie fallback
Other
2.83k stars 586 forks source link

Can not read property isDefined #366

Open vishantakhani opened 6 years ago

vishantakhani commented 6 years ago

Uncaught TypeError: Cannot read property 'isDefined' of undefined

sathyamlokare commented 6 years ago

Same issue as above

doorman02 commented 5 years ago

Hi @vishantakhani and @sathyamlokare did you manage to solve this problem?

VladimirHumeniuk commented 5 years ago

Same here

VladimirHumeniuk commented 5 years ago

Uh, looks like this is because we are trying to use this library in Angular 2+ projects. Use angular2-local-storage instead.