File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Click <a href="https://rawgit.com/g1eb/angular-datetime-range/master/" target="_
17
17
### Datetime range input (expanded state)
18
18
[ <img src =" https://raw.githubusercontent.com/g1eb/angular-datetime-range/master/images/end_datetime.png " alt =" Angular directive datetime range input - expanded " width =" 300px " >] ( https://rawgit.com/g1eb/angular-datetime-range/master/ )
19
19
20
- ## Installation
20
+ ## Install
21
21
22
22
1 ) Install 'angular-datetime-range' with bower
23
23
@@ -56,6 +56,7 @@ angular.module('myApp', [
56
56
| on-change | Handler function that is fired on change of start and/or end datetime objects | none | no |
57
57
| on-change-start | Handler function that is fired on change of start datetime object | none | no |
58
58
| on-change-end | Handler function that is fired on change of end datetime object | none | no |
59
+ | on-close | Handler function that is fired on close of the edit popover | none | no |
59
60
60
61
## Dependencies
61
62
You can’t perform that action at this time.
0 commit comments