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 -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -