Skip to content

Commit 1144751

Browse files
committed
Fix style code. Fixes angular#13951
1 parent 6ce9cf4 commit 1144751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function $ControllerProvider() {
3232
* @name $controllerProvider#has
3333
* @param {string} name Controller name to check.
3434
*/
35-
this.has = function(name){
35+
this.has = function(name) {
3636
return controllers.hasOwnProperty(name);
3737
};
3838

0 commit comments

Comments
 (0)