Binding doesn't seem to be working for me
Ironstone opened this issue · 0 comments
Ironstone commented
Great tool, but I can't get the binding to work.
I have several controllers and services and I'm using the angularLocalStorage to maintain state in SPA using angular ui-router.
The controller binds to a local store key. When a service sets the value in the local storage the bound value in the controller is not updated. They are updated on a hard refresh. I expected the bound values to update in the controller when the angularLocalStorage set function was called.