forked from angular-ui/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Change the way to retrieve settings via attribute. - compact setting via <div datepicker="{showWeeks: false , yearRange: 10}"></div> - individual setting ea: <datepicker show-weeks="false"></datepicker> 2. Accept any date value in model that Date.parse can understand. 3. Add storeFormat setting to put selected date with desired value storeFormat could be a function name of Date object as toString, toISOString, or custom format code (using dateFilter.format).
- Loading branch information
Showing
1 changed file
with
81 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters