Skip to content

Commit

Permalink
Added sample for change event
Browse files Browse the repository at this point in the history
  • Loading branch information
indrimuska authored Feb 25, 2017
1 parent ca1b95c commit d9041de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ ctrl.onChange = function (newValue, oldValue) {
};
```

Event | Parameters | Description
---|---|---
change | `newValue`, `oldValue` | Function fired upon change in picker value.
Event | Parameters | Description | Sample
---|---|---|---
change | `newValue`, `oldValue` | Function fired upon change in picker value. | [Plunker](https://embed.plnkr.co/IIhjjv)

## momentPickerProvider

Expand Down

0 comments on commit d9041de

Please sign in to comment.