docs($compile): fix missing space

This commit is contained in:
Stéphane Reynaud 2013-11-27 09:15:46 +01:00 committed by Pete Bacon Darwin
parent 7f33e1ca89
commit 1a15c01b64

View file

@ -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.
*
*