Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
ng
localStorage
ILocalStorageService
Interface ILocalStorageService
Index
Methods
bind
clearAll
get
remove
set
unbind
Methods
public
bind
(
$scope
:
IScope
, key
:
string
, opts
?:
{ defaultValue?: any; storeName?: string; }
)
:
any
Parameters
$scope:
IScope
key:
string
opts?:
{ defaultValue?: any; storeName?: string; }
optional
Returns
any
public
clearAll
(
)
public
get
(
key
:
string
)
:
any
Parameters
key:
string
Returns
any
public
remove
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
public
set
(
key
:
string
, value
:
any
)
:
any
Parameters
key:
string
value:
any
Returns
any
public
unbind
(
$scope
:
IScope
, key
:
string
, storeName
?:
string
)
Parameters
$scope:
IScope
key:
string
storeName?:
string
optional
Globals
jquery
ng
ng.auto
ng.localStorage
ILocalStorageService
bind
clearAll
get
remove
set
unbind