docs: Update 02_directives.md

Closes #3191
This commit is contained in:
Adil MOURAHI 2015-07-22 12:09:14 +01:00 committed by Tobias Bosch
parent eebd736cfe
commit 99587a9907
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,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