angular-service-utilities
angular-service-utilities copied to clipboard
AngularJS utilities for bringing two-way data binding into services, plus some other goodies.
I am wondering whether ui-router and this lib play well together. It seems my $scope property is not resolved when the controller is first instantiated. I need to refresh the...
I get the feeling this syntax is sort of a convoluted way of simply sharing a state / reference across services. Nothing stops people from simulating ngResource by simply doing...
We are using angular-service-utilities in a bigger application and it fills the gap, when it comes to 2way data binding between services and the controller scope which is our use-case....