From 1a15c01b649d868adfd655ec0790c2b2b4a5107d Mon Sep 17 00:00:00 2001 From: Stéphane Reynaud Date: Wed, 27 Nov 2013 09:15:46 +0100 Subject: docs($compile): fix missing space --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/compile.js') diff --git a/src/ng/compile.js b/src/ng/compile.js index 54d2dc9f..0963b8d5 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -192,7 +192,7 @@ * * (no prefix) - Locate the required controller on the current element. Throw an error if not found. * * `?` - Attempt to locate the required controller or pass `null` to the `link` fn if not found. * * `^` - Locate the required controller by searching the element's parents. Throw an error if not found. - * * `?^` - Attempt to locate the required controller by searching the element's parentsor pass `null` to the + * * `?^` - Attempt to locate the required controller by searching the element's parents or pass `null` to the * `link` fn if not found. * * -- cgit v1.2.3