1.0.0 • Published 7 years ago

oaa-ui v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

oaa-ui Module

An AngularJS module containing various UI elements used in the OAA app

Requirements

  • AngularJS
  • highcharts
  • highcharts-ng

Installing

NPM

Inject the module into your page:

<script type="text/javascript" src="../node_modules/oaa-ui/dist/oaa-ui.min.js"></script>

Include this module as a dependency in your app:

angular.module('myApp', ['oaa.ui']);

Bower

Todo

Contributing

Install dependencies

Build

Build the app