Jeff Kilbride
Member since Apr 30, 2016
- Profile: /members/13164-jeff-kilbride.htm
- Comments: 2
Recent Blog Comments By Jeff Kilbride
-
Watching A Collection Of Expressions Using Scope.$watchGroup() In AngularJS
Posted on May 3, 2016 at 1:07 PM
Hi Ben, Yeah, I've been doing mostly backend and database work for 20+ years, but every once in a while I have to validate a form or create some kind of admin system. I refactored the bootstrap validation styling down to one $watchGroup and made it generic enough to drop into any page with slight m... read more »
-
Watching A Collection Of Expressions Using Scope.$watchGroup() In AngularJS
Posted on Apr 30, 2016 at 2:40 PM
This post looks a little lonely... :-) Just thought I'd give you an example of where I've had to use $watchGroup. I've recently implemented some form validations where I wanted to display multiple error messages per input (e.g. required, minlength, maxlength, etc...). I also wanted to use the Boo... read more »