Skip to content

hlzhu1983/angular-bpmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular bpmn

Angular bpmn engine based on jsPlumb jquery plugin. Work in progress.

examples

init

command for environment initial

    ./build.sh init             

install with bower

	bower install angular-bpmn
	app = angular
      .module('app', [
        'ngRoute'
        'appControllers'
        'appFilters'
        'appServices'
        'angular-bpmn'	<-- add this
        'route-segment'
        'view-segment'
      ])

LICENSE

Angular bpmn engine is licensed under the MIT License (MIT)