style(*): add rule disallowSpacesInFunctionDeclaration beforeOpeningRoundBrace

This commit is contained in:
Henry Zhu
2014-10-20 21:16:44 -04:00
committed by Caitlin Potter
parent 655fccce3a
commit 922162853b
7 changed files with 13 additions and 8 deletions

View File

@@ -1605,7 +1605,7 @@ describe('$compile', function() {
describe('delay compile / linking functions until after template is resolved', function(){
var template;
beforeEach(module(function() {
function logDirective (name, priority, options) {
function logDirective(name, priority, options) {
directive(name, function(log) {
return (extend({
priority: priority,