mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-21 19:48:40 -04:00
Add test coverage to the webclient. Update .gitignore
This commit is contained in:
parent
b2596c660b
commit
3d3f692fd8
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue