Where is rootScope values are stored? In cookie or local storage?
I have a small doubt about rootScope in angularjs.
I have passing a value between two controllers, So I have using the
$rootScope.
I want to know how to
rootScopeWorking? and where is therootScopedata stored?In
Local Storageorcookieor anything else?