Shanimal
Member since Jan 24, 2013
- Profile: /members/10622-shanimal.htm
- Comments: 2
Recent Blog Comments By Shanimal
-
Creating AngularJS Controllers With Instance Methods
Posted on Jun 3, 2013 at 7:36 PM
Ben, Do you have a sample of the controller built with 'function with nested functions'? Maybe a post? I'd like to see it in action. It looks like you are creating what i call a closure based class (I love them), which imo is better because it alleviates scoping headaches that force us to create &q... read more »
-
Using jQuery As A Named Module In RequireJS
Posted on Jan 24, 2013 at 2:07 PM
Let me prologue this by saying (requireJs is awesome) I have a config.js that works great, I'm extremely happy with it but I want to optimize it and reduce the requests that my page is making. From terminal Im calling `r.js config.js` and its throwing `Error: Calling node's require("jquery&quo... read more »