-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated code to benefit from the features of angular 1.4.0+ and angular-ui 1.0.0+. Features like timezone and ngModelOptions included. Also added missing options such as formatDay, formatMonth etc
- Loading branch information
Showing
8 changed files
with
113 additions
and
91 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bootstrap-ui-datetime-picker", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"homepage": "https://github.com/Gillardo/bootstrap-ui-datetime-picker", | ||
"authors": [ | ||
"Gillardo <[email protected]>" | ||
|
@@ -29,6 +29,6 @@ | |
"tests" | ||
], | ||
"dependencies": { | ||
"angular-bootstrap": "~0.14.0" | ||
"angular-bootstrap": "~1.1.0" | ||
} | ||
} |
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
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
Oops, something went wrong.