Merge pull request #910 from jlmitch5/styleFormDetailPane

Styling of scheduler form detail pane
This commit is contained in:
jlmitch5
2016-02-11 14:05:29 -05:00
7 changed files with 231 additions and 69 deletions
@@ -406,6 +406,13 @@ angular.module('AngularScheduler', ['underscore'])
return validity;
};
var that = this;
that.scope.$on("loadSchedulerDetailPane", function() {
that.isValid();
});
// Returns an rrule object
this.getRRule = function() {
var options = this.getOptions();