Jeevananandan J

Results 33 comments of Jeevananandan J

Please check the pull request. If we listen the element removed, then refreshing the grid works. #96

> I'm having a similar issue. I have elements dynamically removed and added to the collection, which visually is broken. Yes I agree. I don't know how to solve this...

Fixed the bug. Requested the pull request . https://github.com/s-yadav/angulargrid/pull/96

Now the directive will show default success message for all the input element which is validated. The following scenarios will be done 1. Suppose user didn't mention the success message...

Sorry. This will not be helpful. > $validationProvider.showSuccessMessage = false; The above option will hide the message globally. But in some scenarios like follow 1. Some pages, I may need...

> set the message to be empty String, so it won't show the success messsage. For this while I am code, each time, I need to send the empty span...

> set every input it's own validation directive message For error validation directive message, there is no problem. This is the reason we are using this plugin. But, For success...