Peter Drinnan
Member since Jun 18, 2013
- Profile: /members/10994-peter-drinnan.htm
- URL: http://www.pdvictor.com
- Comments: 4
Recent Blog Comments By Peter Drinnan
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Feb 11, 2014 at 11:39 PM
@Lakhdar, Get real! I run Angular on cell phones with no problems. By your analysis Facebook or S3 services must be impossible to run on any computer.... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Jan 7, 2014 at 7:54 AM
Geez, you'd think some guys were being forced to learn this stuff at gunpoint. I didn't get a job because I knew AngularJS, but I KEPT my job because we used it to reduce our code base by 30%. The guys on my team learned to use AngularJS well enough to start streamlining code in a week. How? We di... read more »
-
My Experience With AngularJS - The Super-heroic JavaScript MVW Framework
Posted on Oct 28, 2013 at 8:33 PM
What is really painful is when you get the "Angular is Awesome" stage, then get bumped into another project full of legacy js code with no framework whatsoever. Feels like once was rich but now is poor.... read more »
-
Mapping AngularJS Routes Onto URL Parameters And Client-Side Events
Posted on Jun 18, 2013 at 9:20 PM
I couldn't find examples of passing multiple arguments using the when() routing statement so figured out through trial and error that you can pass multiple arguments using the following format: .when('/friends/:friendID/:friendLocation', { template: " ", controller: routes.showFriends}). ... read more »