Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 702 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 702 Bytes

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)