angular-sb-date-select
angular-sb-date-select copied to clipboard
Date input via select fields
Closes #7 Defaults to template coming with this directive, but allows overwriting it: ``` html Custom date selector template example Day Month Year ``` I didn't add documentation to Readme...
Hello! Can you update bower package to last version and add sb-date-select.min.js? 
Add _sb-date-format_ attribute. Usage: ```html ``` or ```html ``` or we can don't use this attribute, in this case will be used format "YYYY-MM-DD" ```html ``` And need approved [this...
Use one time binding for the year array, since it is not changing after initializing the directive. https://docs.angularjs.org/guide/expression#one-time-binding Edit: I made this change initially for month and day arrays as...
Now this forces to choose a date, while at my app `date-model` is optional. Could respect e.g. `ng-required`.
Just writing this down here as it could be pretty useful feature. Might even tackle this myself if anyone else doesn't take it. Thanks for this useful directive! :thumbsup:
https://github.com/bower/spec/blob/master/json.md#ignore When installing, bower whines about missing `ignore`: ``` bower angular-sb-date-select#* invalid-meta angular-sb-date-select is missing "ignore" entry in bower.json ```
How To make dropdown readonly if date selected?