unobtrusive-angular-validation icon indicating copy to clipboard operation
unobtrusive-angular-validation copied to clipboard

fix(undefined underscore)

Open flobacher opened this issue 8 years ago • 0 comments

Hey! No functionality changed, only replaced the _.each by angular.forEach, because this way underscore or lodash is not required.

updated version and removed it from bower.json since they take version number from tagged releases, according to: https://github.com/bower/spec/blob/master/json.md

added angular as a dependency

also added the possibility to trigger the onBlur update via a custom event (it might be difficult to trigger a 'blur' on an input that is visually hidden)

flobacher avatar May 04 '16 17:05 flobacher