angularJs. ng-messages-multiple not working -


hello have problem directive not show me multiple message, 1 one, show me 2 messages in same div here example here example of problem problem

<div ng-messages="myform.myname.$error" style="color:maroon" ng-messages-multiple> <div ng-message="required">you did not enter field</div> <div ng-message="email">email wrong</div> <div ng-message="minlength">your field short</div> <div ng-message="maxlength">your field long</div> </div>

enter link description here


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -