Skip to content

Commit

Permalink
Fix mistake PatrickJS#119
Browse files Browse the repository at this point in the history
  • Loading branch information
Devinsuit authored Aug 12, 2016
1 parent 2b27dde commit 2295e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/Annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here is a trivial example of a tooltip decorator. The directive will log a toolt
'text: tooltip' | - DOM element tooltip property should be
], | mapped to the directive text property.
host: { | List which events need to be mapped.
(mouseover): 'show()' | - Invoke the show() method every time
'(mouseover)': 'show()' | - Invoke the show() method every time
} | the mouseover event is fired.
}) |
class Form { | Directive controller class, instantiated
Expand Down

0 comments on commit 2295e40

Please sign in to comment.