mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-29 05:15:38 +08:00
style(*): add rule disallowSpacesInFunctionDeclaration beforeOpeningRoundBrace
This commit is contained in:
committed by
Caitlin Potter
parent
655fccce3a
commit
922162853b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user