diff --git a/docs/content/error/$compile/noident.ngdoc b/docs/content/error/$compile/noident.ngdoc index 428629b5d7be..9770a94585e1 100644 --- a/docs/content/error/$compile/noident.ngdoc +++ b/docs/content/error/$compile/noident.ngdoc @@ -16,7 +16,7 @@ For example, the following directives are valid: directive("okay", function() { return { bindToController: true, - controller: "myCtrl as $ctrl" + controller: "myCtrl as $ctrl", scope: { text: "@text" }