Skip to content

Commit

Permalink
chore(buttons): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Oct 31, 2015
1 parent d859f42 commit da455f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buttons/test/buttons.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ describe('buttons', function() {
});

describe('radio', function() {

var compileButtons = function(markup, scope) {
var el = $compile('<div>'+markup+'</div>')(scope);
scope.$digest();
Expand Down

0 comments on commit da455f6

Please sign in to comment.