Skip to content

Commit

Permalink
Fix gm-on-invalid-drop example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory McGee authored and Gregory McGee committed Aug 29, 2016
1 parent 7ab881a commit d10f0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ this.invalidDrop = function(_data) {

#### Sample template:
```html
<span gm-draggable="$ctrl.data" gm-invalid-drop='$ctrl.invalidDrop'>Number {{data.value}}</span>
<span gm-draggable="$ctrl.data" gm-on-invalid-drop='$ctrl.invalidDrop'>Number {{data.value}}</span>
<div style='width:30%; float:right; padding:50px; border:solid black 1px' gm-on-drop="$ctrl.onDrop" gm-on-hover='$ctrl.onHover'>Drop Area</div>
```

Expand Down

0 comments on commit d10f0ef

Please sign in to comment.