Skip to content

Commit

Permalink
fix(demo) onToggle event in dropdown demo
Browse files Browse the repository at this point in the history
closes  #730
  • Loading branch information
Adrian Faciu authored and valorkin committed Jul 14, 2016
1 parent 1bc316f commit 2dc9ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/dropdown/dropdown-demo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div (click)="$event.preventDefault()">
<!-- Simple dropdown -->
<span dropdown (on-toggle)="toggled($event)">
<span dropdown (onToggle)="toggled($event)">
<a href id="simple-dropdown" dropdownToggle>
Click me for a dropdown, yo!
</a>
Expand Down

0 comments on commit 2dc9ceb

Please sign in to comment.