We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f301888 + 3189880 commit 6201d8fCopy full SHA for 6201d8f
angular-local-storage/angular-local-storage.d.ts
@@ -6,7 +6,7 @@
6
/// <reference path='../angularjs/angular.d.ts' />
7
8
declare module angular.local.storage {
9
- interface ILocalStorageServiceProvider extends IServiceProvider {
+ interface ILocalStorageServiceProvider extends angular.IServiceProvider {
10
/**
11
* Setter for the prefix
12
* You should set a prefix to avoid overwriting any local storage variables from the rest of your app
0 commit comments