Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rodikh authored Mar 6, 2017
1 parent 41a571c commit 28f60e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/angular-json-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,9 @@ angular.module('angular-json-editor', []).provider('JSONEditor', function () {
return clone;
});

transclude(scope, function (buttons) {
transclude(scope, function (buttons) {
element.append(buttons);
});

});
}
};
Expand Down

0 comments on commit 28f60e6

Please sign in to comment.