Skip to content

Commit

Permalink
fixing issue #899
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimbormot authored and jpetitcolas committed Sep 19, 2016
1 parent e370045 commit b1bd176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/javascripts/ng-admin/Crud/field/maDateField.js
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ export default function maDateField() {
scope.v = field.validation();
scope.isOpen = false;
var input = element.find('input').eq(0);

var attributes = field.attributes();
for (var name in attributes) {
input.attr(name, attributes[name]);

0 comments on commit b1bd176

Please sign in to comment.