This is a collection of Angular ui-components originally developed for WebGME.
bower install isis-ui-components
Include library and template scripts:
<script src="dist/isis-ui-components.js"></script>
<script src="dist/isis-ui-components-templates.js"></script>
Include library CSS:
<link type="text/css" rel="stylesheet" href="dist/isis-ui-components.css">
- Angular (1.3.2)
- jQuery UI (1.11.1)
- Angular-ui-bootstrap (0.10.0)
Key gulp tasks:
- clean-build
- compile-all
- register-watchers
By default gulp runs in debug mode and generates source maps.
Use gulp with the --production
flag to not to run in debug mode.