This project is generated with yo angular generator version 0.11.1.
- Clone this respository.
- npm install
- bower install
All authentication is done through OpenMRS. To avoid cors issues, it's easiest to build the app and copy to your tomcat6 webapps directory. Otherwise, use a cors browser plugin to turn off cors when making requests.
Run grunt
for building and grunt serve
for preview.
Running grunt test
will run the unit tests with karma.