Mikael Korpela
Mikael Korpela
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...
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 ```
(Please squash before merging)
FYI: > Application Error > An error occurred in the application and your page could not be served. Please try again in a few moments. > > If you are...