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

Commit 7bbb539

Browse files
Narretzpetebacondarwin
authored andcommitted
docs(error/noident): add missing comma
Closes #15086
1 parent ea04d01 commit 7bbb539

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)