Merge pull request #4634 from CSharpFan/f/fix-angular-local-storage

Set the correct namespace on angular-local-storage
This commit is contained in:
Masahiro Wakame
2015-06-27 14:02:51 +09:00
+1 -1
View File
@@ -6,7 +6,7 @@
/// <reference path='../angularjs/angular.d.ts' />
declare module angular.local.storage {
interface ILocalStorageServiceProvider extends IServiceProvider {
interface ILocalStorageServiceProvider extends angular.IServiceProvider {
/**
* Setter for the prefix
* You should set a prefix to avoid overwriting any local storage variables from the rest of your app