Posts by leoalmar • 23 points
1 post
-
2
votes2
answers179
viewsQ: Fetch new value from a variable in Localstorage after returning to the view using $state.go();
I have a view that uses a Localstorage variable called Entity. /* Entity Service */ .factory('EntityService', function (){ return { getEntity : function(){ return…