Skip to content

gonzalo123/ngHello

Repository files navigation

Hello.js + AngularJS

Build Status

Code licensed under MIT License.

Allows to use hello.js with AngularJS

Example

Installing via Bower

bower install ng-hello

Development

It uses Karma to ensure the quality of the code. The easiest way to run these checks is to use grunt:

npm install -g grunt-cli
npm install && bower install
grunt karma