From 2295e40a9cf804bf3691f3208199581061d9c826 Mon Sep 17 00:00:00 2001 From: Devinsuit Date: Fri, 12 Aug 2016 18:51:32 +0300 Subject: [PATCH] Fix mistake #119 --- features/Annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/Annotations.md b/features/Annotations.md index c1e2ece8..dcdc4e08 100644 --- a/features/Annotations.md +++ b/features/Annotations.md @@ -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