Add test coverage to the webclient. Update .gitignore

This commit is contained in:
Kegan Dougal 2014-11-12 16:22:14 +00:00
parent b2596c660b
commit 3d3f692fd8
3 changed files with 18 additions and 3 deletions

View file

@ -23,7 +23,7 @@ This serves to isolate the caller from changes to the underlying url paths, as
well as attach common params (e.g. access_token) to requests.
*/
angular.module('matrixService', [])
.factory('matrixService', ['$http', '$q', '$rootScope', function($http, $q, $rootScope) {
.factory('matrixService', ['$http', '$q', function($http, $q) {
/*
* Permanent storage of user information