Skip to content

Commit 5507c5a

Browse files
committed
- Added ng-change to README file.
1 parent 91cede2 commit 5507c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ The directive accepts several attributes which are described below:
8484
| Name | Type | Description |
8585
| ----------------- | ----------------------------- | --------------------------------------------- |
8686
| **ng-model** | (String\|Date\|Moment) | Initial Date or model to assign the date to |
87+
| **ng-change** | Function | A function to call when the input value changes. |
8788
| **format** | String | [MomentJS Format](momentjs.com/docs/#/parsing/string-format/),defaults to `HH:mm` for time picker only, `YYYY-MM-DD` for date picker only and `YYYY-MM-DD HH:mm` for both timepicker and date picker |
8889
| **short-time** | Boolean | true => Display 12 hours AM\|PM |
8990
| **min-date** | (String\|Date\|Moment) | Minimum selectable date |

0 commit comments

Comments
 (0)