angular-initial-value
angular-initial-value copied to clipboard
Handle select tag initialization
This allows initial-value directive to handle select tags by picking up the value of the selected option...
As it is in https://github.com/glaucocustodio/angular-initial-value/blob/master/test/example.html, this directive already support select tag, I just tested again and it worked.
will check that out and let you know