1.0.0 • Published 7 years ago

oaa-utils v1.0.0

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

oaa-utils Module

An AngularJS module containing helpers common to the OAA app

Requirements

  • AngularJS

Installing

NPM

Inject the module into your page:

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

Include this module as a dependency in your app:

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

Bower

Contributing

Install dependencies

Build

Build the app