formatter added to $formatters instead of replacing, in order to work with required #3

This commit is contained in:
g00fy
2013-06-20 02:39:59 +02:00
parent fd8134dd50
commit bad4a29693
2 changed files with 2 additions and 2 deletions

View File

@@ -382,7 +382,7 @@
return dateFilter(value, format);
}
ngModel.$formatters = [formatter];
ngModel.$formatters.push(formatter);
var picker = null;
var clear = angular.noop;

2
index.min.js vendored

File diff suppressed because one or more lines are too long