Skip to content

pmeijer/isis-ui-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of Angular ui-components originally developed for WebGME.

Install

bower install isis-ui-components

Use

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">

Library-dependencies

  • Angular (1.3.2)
  • jQuery UI (1.11.1)
  • Angular-ui-bootstrap (0.10.0)

Development

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.

About

Angular ui-components for web-applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published