fix(build): Use ngmin. Fix all introduced erros in previous commits.

This commit is contained in:
Ed Rooth
2014-02-05 22:24:13 -08:00
parent 4e21405647
commit f2452a4a3c
13 changed files with 42 additions and 19 deletions

View File

@ -104,7 +104,7 @@ angular.module('etcdControlPanel')
$scope.back();
$scope.writingNew = false;
}, function (response) {
$scope.showSaveError(data.message);
$scope.showSaveError(response.message);
});
};