You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Lately we were using the ngMessages with a decorator to show a backdrop on errors. With the new version the render method inside the directive controller is not easy to decorate with such business logic to decide if there is an error or not. Any way to solve this?
Suggestion is like to add a : return unmatchedMessages.length !== totalMessages; to the render method end. (angular-messages.js line 391)