dcm-angular-ui

Angular UI components (grid, select, slider etc)


License
Apache-2.0
Install
bower install dcm-angular-ui

Documentation

dcm-angular-ui

A collection of Angular UI components used in Dell Cloud Manager and suitable for reuse in other web applications.

Current components include:

For examples and documentation of each component see http://dell-oss.github.io/dcm-angular-ui/

Quick Start

  • Install dcm-angular-ui with Bower.
$ bower install dcm-angular-ui
  • Include the desired modules is your index.html:
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/dcm-angular-ui/dist/js/dcm-ui-helpers.min.js"></script>
<script src="bower_components/dcm-angular-ui/dist/js/dcm-ui-grid.min.js"></script>
<script src="bower_components/dcm-angular-ui/dist/js/dcm-ui-resizable-cols.min.js"></script>
  • Inject the relevant dcm-ui module into your app:
angular.module('myApp', ['ngAnimate', 'dcm-ui.grid']);

Development

1) have node/npm installed

2) run npm install to download the required packages

3) run npm start to run the project/docs

To run the unit tests in development mode (execute on every change) run npm test

After running the tests coverage reports are available in ./test/coverage