We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862dc25 commit 8455d2aCopy full SHA for 8455d2a
docs/content/error/$compile/noident.ngdoc
@@ -16,7 +16,7 @@ For example, the following directives are valid:
16
directive("okay", function() {
17
return {
18
bindToController: true,
19
- controller: "myCtrl as $ctrl"
+ controller: "myCtrl as $ctrl",
20
scope: {
21
text: "@text"
22
}
0 commit comments