ng.httpFake

Simulates the result of a request from the $http AngularJS


Keywords
httpFake, $http, mock, fake, js, front-end, web
License
GPL-2.0
Install
bower install ng.httpFake

Documentation

ng.httpFake

Simulates the result of a request from the $http AngularJS

Bower install de dependency

$ bower install ng.httpFake --save

Model / Controller include

angular.module('example', ["ng.httpFake"]).controller('controller', ['$scope', function($scope) {
  //...
}]);