angularjs webapp

it´s just a small test project... incl. unit- and e2e-tests.

1.) you need npm and bower
2.) after cloning repo (be in the root folder of your project)
$ npm install && bower install
3.) start your app
$ grunt server or $ grunt test ($ grunt server has to run at the same time, because of e2e tests)
4.) have fun ;-)