angular-initial-value icon indicating copy to clipboard operation
angular-initial-value copied to clipboard

A tiny AngularJS directive to set ng-model (and consequently field value) based on form fields attributes.

Results 8 angular-initial-value issues
Sort by recently updated
recently updated
newest added

https://github.com/glaucocustodio/angular-initial-value/blob/b4cb89061c61deccf6d3869bb90e810752d2714a/src/angular-initial-value.js#L8

[jsDelivr switched to a fully automated system](https://www.jsdelivr.com/features), that can serve files from npm and GitHub. This means all future releases will be available automatically, but will use a new link...

Initial value uses `selected` option only when `multiple` tag is set. `selected` attribute is also used for single select. Model is bound on `text` option attribute. It should use `value`...

I get an error minifying the library with Microsoft Ajax JS-minifier: > Message: Strict-mode does not allow assignment to undefined variables: i > Error code: JS1300 > Severity: 0 >...

puts an interesting row to options.... http://i.imgur.com/Et4DZlD.jpg

This allows initial-value directive to handle select tags by picking up the value of the selected option...

Hi. nice plugin. Could you make it available on NPM and make it conforms to browserify requirement?