Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
1k views

Why can't I use Angular an angular directive's $set function to set ngPattern, ngMinlength and ngMaxlength?

This is going to sound weird, but, even if it is bad practice or something, how would I get this: html: <div ng-controller='CtrlCtrl as ctrlr'> <input account /> <button ng-...
Andrew Luhring's user avatar