Erik Vavro

Results 4 comments of Erik Vavro

@baj84 if you are struggling with state a lot, I have written an Angular module that will only delegate state updates when necessary (via PubSub) to your contextually relevant entities,...

@fesor Yes, a directive/controller is where you ultimately receive your states. Check out this demo code for an example: https://github.com/slurmulon/ng-current/tree/master/demo/services (contextual services) https://github.com/slurmulon/ng-current/blob/master/demo/directives.js (components incorporating contextual services) For a working...

I happily accept cleaner solutions and I appreciate your example. However I have worked with many great Angular/SPA engineers for nearly 6 years now who have struggled with handling the...

> > Your code does not allow you to easily abstract out business/model logic for Site or Quote with discrete services as Angular encourages. > > I prefer to place...