Closed szimek closed 9 years ago
When I call angular.injector(['app']) to debug stuff in dev tools console, I get errors like this one:
angular.injector(['app'])
Store with name `FriendshipStore` has already been registered.
Okay, this has been fixed for next version
When I call
angular.injector(['app'])
to debug stuff in dev tools console, I get errors like this one: