Skip to content

Commit 6201d8f

Browse files
committed
Merge pull request DefinitelyTyped#4634 from CSharpFan/f/fix-angular-local-storage
Set the correct namespace on angular-local-storage
2 parents f301888 + 3189880 commit 6201d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular-local-storage/angular-local-storage.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// <reference path='../angularjs/angular.d.ts' />
77

88
declare module angular.local.storage {
9-
interface ILocalStorageServiceProvider extends IServiceProvider {
9+
interface ILocalStorageServiceProvider extends angular.IServiceProvider {
1010
/**
1111
* Setter for the prefix
1212
* You should set a prefix to avoid overwriting any local storage variables from the rest of your app

0 commit comments

Comments
 (0)