Incorporated latest angular-scheduler changes. Starting to add 'detail' schedule view to the inventory group edit dialog, allowing user to see occurrences and natural language description of a given schedule object.

This commit is contained in:
Chris Houseknecht
2014-03-17 13:44:47 +00:00
parent 0587583f19
commit 85b8b12e51
32 changed files with 4105 additions and 129 deletions
-1
View File
@@ -705,7 +705,6 @@ function(SchedulerInit, Rest, Wait) {
}])
.factory('GroupsEdit', ['$rootScope', '$location', '$log', '$routeParams', 'Rest', 'Alert', 'GroupForm', 'GenerateForm',
'Prompt', 'ProcessErrors', 'GetBasePath', 'SetNodeName', 'ParseTypeChange', 'GetSourceTypeOptions', 'InventoryUpdate',
'LookUpInit', 'Empty', 'Wait', 'GetChoices', 'UpdateGroup', 'SourceChange', 'Find','WatchInventoryWindowResize',