angularLocalStorage icon indicating copy to clipboard operation
angularLocalStorage copied to clipboard

$scope.$eval is not a function

Open sukheja-varun opened this issue 8 years ago • 0 comments

I am using storage in my controller as storage.bind(this, 'counter', {defaultValue: 5});

I am getting below error in the browser console when running my angular app.

TypeError: $scope.$eval is not a function at Object.bind (http://localhost:3000/seller/bower_components/angularLocalStorage/dist/angularLocalStorage.min.js:1:1802) at new (

sukheja-varun avatar Sep 26 '17 13:09 sukheja-varun