COMARCH, 22/11/2014
$scope.customers = [];
$http.get('data/customers.json').success(function (data) {
$scope.customers = data;
});$ git clone https://github.com/kubaszumiato/angularjs-demo
$ cd angularjs-demo
$ cd AngularERP
$ npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch