master
MaysWind 2016-06-21 00:22:18 +08:00
parent 9bb73aa3f4
commit d096d70c52
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
}
};
if (!angular.isUndefined(ngModel)) {
if (ngModel) {
scope.$watch(function () {
return ngModel.$viewValue;
}, function (value) {