Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 84f65dc

Browse files
committed
closes #118
1 parent 0772845 commit 84f65dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ But, if the `tooltip` attribute is in conflict with another angular directive, y
3434
#### Event Calbacks
3535
```html
3636
<!-- event callbacks receive the name of the event and the associated value with that event -->
37-
<slider ng-model="sliders.sliderValue" onSlideStop="myCallback($event,value)"></slider>
37+
<slider ng-model="sliders.sliderValue" on-slide-stop="myCallback($event,value)"></slider>
3838
```

0 commit comments

Comments
 (0)