angular-input-modified
angular-input-modified copied to clipboard
Angular.js module to detect and indicate input modifications
Hi there! This change adds the repository property to your package.json file(s). Having this available provides a number of benefits to security tooling. For example, it allows for greater trust...
Hi @slavafomin, that's a great library, really liking it. Here's an issue I came across when working with "nested" forms. I've checked that it occurs on versions 2.3.2 and 2.4.2...
Would it be possible to make ng-modified checks bsed on $viewValue instead of currently $modelValue ? Use case: when using ng-pattern or any validation rules, ngModel is prevented to change...
Your plugin saved my life, are you planning to port it to Angular 2?
My use-case is as follows: I got a parentform with a dynamically generated list of childforms in it. The childforms are generated based on data fetched from a server. Each...
I'm attempting to add new form fields (checkboxes) to a form using `ngRepeat` and have this mark the form as modified. A bit hard to explain but try selecting the...
I used this module in a uib-modal (https://angular-ui.github.io/bootstrap/). The data modal that is passed to the modal is reloaded prior to being opened again. I found that adding the same...
I'm trying to use the input-modified with the tags-list angular component that as far as I know is working with ng-model correctly. I'v created this plunker to show the problem:...
Be able to in the provider specify if the comparisson of the values needs to be strict (checking types) or only by value. Ex: No detect changes on 1 ==...
When you use bs-modfiable="false" it does not seem to behave as expected. Irrespective of where in the DOM you put it. Please see this plunkr: http://plnkr.co/edit/S8cFIX6WG0p5mLApB0jE?p=preview