Scheduled dialog now uses Modal library. Turned on timezone and UTC date start. Made scheduledjobs.name clickable.

This commit is contained in:
Chris Houseknecht
2014-04-01 11:05:27 -04:00
parent 7d168e9fd1
commit a9e499c1af
5 changed files with 65 additions and 103 deletions
+1
View File
@@ -16,6 +16,7 @@ angular.module('ModalDialog', ['Utilities', 'ParseHelper'])
/**
*
* CreateDialog({
* id: - id attribute value of the target DOM element
* scope: - Required, $scope associated with the #id DOM element
* buttons: - Required, Array of button objects. See example below.
* width: - Desired width of modal dialog on open. Defaults to 500.