This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (true) { | |
"This makes sense, because the } closes the if" | |
} | |
command.function(1, 4, function() { | |
"This also makes sense, because it is a async callback" | |
}); | |
angular.hasStupidPatterns('CtrlThis', ['$scope', '$http', function($scope, $http) { | |
"This looks ugly" |