All Questions
Tagged with angularjs-model angularjs-compile
1 question
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-...