Matt Kruse
Member since Jan 8, 2013
- Profile: /members/10566-matt-kruse.htm
- URL: http://MattKruse.com
- Comments: 3
Recent Blog Comments By Matt Kruse
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 28, 2013 at 1:18 PM
@Colyn, What would you prefer? The difference, IMO, is that in the Angular approach, at least the save() method is part of a container of functionality which has clear boundaries and can be independently tested. It is calling specific functionality of a controller object, rather than a random globa... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 8, 2013 at 4:17 PM
@Ben, [I posted this in the Angular Google Group, but since it applies directly to this context too, I copied here. Original: https://groups.google.com/d/msg/angular/ivmwOI0X7t8/isNLKMEUBv8J ] Perhaps this is part of my real hesitation, because I've not yet figured out how to do some things in ... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 8, 2013 at 2:56 PM
The comments here are very useful! One of my big concerns is routing. In looking at converting a large business webapp (500+ round-trip pages currently) into an "Angularized" app, I'm confused about exactly how much routing and controller code I need to be putting into each page. I'm not... read more »