Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8d20b04

Browse files
docs($compile): fix typo
1 parent 56c3666 commit 8d20b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
* When an isolate scope is used for a directive (see above), `bindToController: true` will
221221
* allow a component to have its properties bound to the controller, rather than to scope.
222222
*
223-
* After the controller is instantiated, the initial values of the isolate scope bindings will bound to the controller
223+
* After the controller is instantiated, the initial values of the isolate scope bindings will be bound to the controller
224224
* properties. You can access these bindings once they have been initialized by providing a controller method called
225225
* `$onInit`, which is called after all the controllers on an element have been constructed and had their bindings
226226
* initialized.

0 commit comments

Comments
 (0)