Marc
Member since Nov 28, 2010
- Profile: /members/7369-marc.htm
- Comments: 6
Recent Blog Comments By Marc
-
Exploring Directives, $scope, DOM Rendering, And Timing In AngularJS
Posted on Jan 18, 2013 at 1:12 PM
Style question Ben: what's with all the empty lines? I distrust code the more I have to scroll to understand it. One Line should equal = One Logical Statement wherever possible.... read more »
-
What The Heck Is Business Logic Anyway?
Posted on Dec 19, 2012 at 10:08 AM
Let's say you want to develop a forum application and sell it. This may be redefining "business logic" but you could go about it like this for pragmatic reasons: "Business logic should be that which consumers of your application can change and application logic is the fixed part. Th... read more »
-
Mapping AngularJS Routes Onto URL Parameters And Client-Side Events
Posted on Dec 2, 2012 at 5:16 AM
On topic now. The code doesn't run. Fields is correct about the error: $route.current.action is undefined (and undocumented). Could you post an update?... read more »
-
Mapping AngularJS Routes Onto URL Parameters And Client-Side Events
Posted on Dec 2, 2012 at 4:58 AM
Admittedly off-topic but since when has Demo.controller("AppController", function(){...}); replaced a global function AppController() as the way to write controllers in Angular?... read more »
-
Non-Cached Pages Cannot Access Resources Cached In The Cache Manifest
Posted on Nov 29, 2010 at 1:44 PM
@Ben, YouDaMan! I had cache disabled in FireBug. I'm so used to IE's developer toolbar...... read more »
-
Non-Cached Pages Cannot Access Resources Cached In The Cache Manifest
Posted on Nov 28, 2010 at 2:08 PM
According to Google, I the only person in the world getting a "Firefox is currently in offline mode and can't browse the Web." when I try to view my local would-be offline apps in FF when in offline mode?? My app runs fine in IE9's offline mode but FF just won't and Safari apparently has n... read more »