From b4698136706abe883acdf4f243e01f168eee60e0 Mon Sep 17 00:00:00 2001 From: patyatka Date: Mon, 27 Jul 2015 19:53:51 +0300 Subject: [PATCH] docs($compile): fix typo --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index 45044087f730..1efded90a137 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -407,7 +407,7 @@ * otherwise the {@link error:$compile:ctreq Missing Required Controller} error is thrown. * * Note that you can also require the directive's own controller - it will be made available like - * like any other controller. + * any other controller. * * * `transcludeFn` - A transclude linking function pre-bound to the correct transclusion scope. * This is the same as the `$transclude`