We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce9cf4 commit 1144751Copy full SHA for 1144751
src/ng/controller.js
@@ -32,7 +32,7 @@ function $ControllerProvider() {
32
* @name $controllerProvider#has
33
* @param {string} name Controller name to check.
34
*/
35
- this.has = function(name){
+ this.has = function(name) {
36
return controllers.hasOwnProperty(name);
37
};
38
0 commit comments