Angular bpmn engine based on jsPlumb jquery plugin. Work in progress.
command for environment initial
./build.sh init
bower install angular-bpmn
app = angular
.module('app', [
'ngRoute'
'appControllers'
'appFilters'
'appServices'
'angular-bpmn' <-- add this
'route-segment'
'view-segment'
])
Angular bpmn engine is licensed under the MIT License (MIT)