Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor

This commit is contained in:
Erik Johnston 2014-08-19 16:41:13 +01:00
commit e2b861cc67
7 changed files with 100 additions and 8 deletions

View file

@ -68,9 +68,7 @@ angular.module('matrixService', [])
params: params,
data: data,
headers: headers
})
return deferred.promise;
});
};

View file

@ -76,7 +76,7 @@
<td>
</td>
<td>
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/>
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage(imageURLToSend)" placeholder="Image URL"/>
</td>
<td width="100px">
<button ng-click="sendImage(imageURLToSend)">Send URL</button>