add support for select2 in scheduler form

This commit is contained in:
John Mitchell
2016-02-12 11:57:40 -05:00
parent 6283f8715d
commit e7cf1ce021
4 changed files with 147 additions and 4 deletions
@@ -108,6 +108,8 @@ angular.module('AngularScheduler', ['underscore'])
scope.schedulerEnd = scope.endOptions[0];
}
scope.sheduler_frequency_error = false;
scope.$emit("updateSchedulerSelects");
};
scope.showCalendar = function(fld) {