diff --git a/src/ng/compile.js b/src/ng/compile.js index e1d08e60..7ff234fe 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -180,7 +180,7 @@ * * * #### `bindToController` - * When an isolate scope is used for a component (see above), and `controllerAs` is used, `bindToController` will + * When an isolate scope is used for a component (see above), and `controllerAs` is used, `bindToController: true` will * allow a component to have its properties bound to the controller, rather than to scope. When the controller * is instantiated, the initial values of the isolate scope bindings are already available. *