Acquisitions UI : CPS

##Usage To run this code you will need npm, gulp and node (nodemon or forever is a plus)

To install all npm dependencies

$ npm install

To build the source

$ gulp

To watch for file changes

$ gulp watch

To run unit tests with karma

$ gulp test

To run e2e tests with protractor

$ gulp e2e