Shanimal
Member since Oct 5, 2012
- Profile: /members/10331-shanimal.htm
- Comments: 3
Recent Blog Comments By Shanimal
-
Creating AngularJS Controllers With Instance Methods
Posted on Jul 11, 2013 at 3:32 PM
I love the "augment" code! I've been meaning to explore _.mixin, but I've been way too busy and haven't had a real use-case. Mr. JD is always super helpful with anything I could conjure up. Something else I found when using "use strict" lodash needs to be injected otherwise it t... read more »
-
Creating AngularJS Controllers With Instance Methods
Posted on Oct 5, 2012 at 5:25 PM
I decided to create a filter to show how one might use one to trim the input field and guess what? The input field $("#field").val() is already trimmed. Ha! Silly me.... read more »
-
Creating AngularJS Controllers With Instance Methods
Posted on Oct 5, 2012 at 2:56 PM
Whats with all these other tuts and their global ctrl functions? hmph! I'm thinking about wrapping angular calls with require to create classes that can be loaded in from a library. One of the sell points for angular was that it moves away from the traditional library. whatever, imo this is fine as... read more »