From ec8299dd5d4d09be0ee3ff66a53bf2dbdcaa1dc8 Mon Sep 17 00:00:00 2001 From: James Watling Date: Tue, 10 Dec 2013 09:53:35 +1300 Subject: [PATCH] Adding quick examples for ngPaste and ngCopy for 1.2+ --- src/ng/directive/ngEventDirs.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index a76102c078a8..889e7c09784b 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -311,7 +311,12 @@ forEach( * copy. (Event object is available as `$event`) * * @example - * See {@link ng.directive:ngClick ngClick} + + + + copied: {{copied}} + + */ /** @@ -341,5 +346,10 @@ forEach( * paste. (Event object is available as `$event`) * * @example - * See {@link ng.directive:ngClick ngClick} + + + + pasted: {{paste}} + + */