Skip to content

Commit fae7ba1

Browse files
Narretzpetebacondarwin
authored andcommitted
docs(error/noident): add missing comma
Closes angular#15086
1 parent 4f9abb2 commit fae7ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$compile/noident.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For example, the following directives are valid:
1616
directive("okay", function() {
1717
return {
1818
bindToController: true,
19-
controller: "myCtrl as $ctrl"
19+
controller: "myCtrl as $ctrl",
2020
scope: {
2121
text: "@text"
2222
}

0 commit comments

Comments
 (0)