Project

General

Profile

1
var module = angular.module('workflowsUI', ['ngGrid']);
2

    
3
addCommonDirectives(module);
4

    
5
function workflowsCtrl($scope, $http, $sce) {
6

    
7
	commonInitialize($scope, $http, $sce);
8

    
9
	wf_init($scope, $http, $sce);
10

    
11
	$scope.getWorkflow($scope.initialWf);
12
}
(12-12/39)