This commit is contained in:
Monica Goward
2017-02-04 18:30:07 +00:00
11 changed files with 95 additions and 523 deletions

View File

@@ -789,7 +789,7 @@ app.service ('bridgeService', function ($http, $window, ngToast) {
$http.put(testUrl, testBody).then(
function (response) {
if (typeof(response.data[0].success) !== 'undefined') {
msgDescription = "success " + angular.toJson(response.data[0].success);
msgDescription = "success " + angular.toJson(response.data);
}
if (typeof(response.data[0].error) !== 'undefined') {
msgDescription = "error " + angular.toJson(response.data[0].error);