Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
indrimuska committed Feb 22, 2016
1 parent 327a17a commit 78b5d72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ max-date | | Two-way bindable property representing the maximum selectable date
As for the options, to bind an event you only need to append the right property to your picker.

```html
<div moment-picker="ctrl.meeting" format="HH:mm A"
change="ctrl.onChange(newValue, oldValue)">
<div moment-picker="ctrl.meeting" format="HH:mm A" change="ctrl.onChange(newValue, oldValue)">
The meeting starts at {{ ctrl.meeting }}.
</div>
```
Expand Down

0 comments on commit 78b5d72

Please sign in to comment.