Skip to content

cjwkof/angular-bpmn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 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)

About

angular bpmn engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 52.3%
  • CSS 39.9%
  • JavaScript 5.8%
  • HTML 1.8%
  • Shell 0.2%