This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 68dbf56d7fe3098543f550a87424650dca5edb3a Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Thu Aug 28 10:43:05 2014 +0200 fixes #1089 icon on error alert --- pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js index 5e21a69..486c2e1 100644 --- a/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js +++ b/pollen-ui-angular/src/main/webapp/js/controllers/alertCtrl.js @@ -32,7 +32,7 @@ angular.module('alertControllers', []) $scope.data.persistentAlerts = []; $scope.$on('newError', function (event, error, timeout) { - var alert = {msg:error, type:'danger', icon:'fa fa-remove'}; + var alert = {msg:error, type:'danger', icon:'fa fa-info-error'}; if (angular.isDefined(timeout)) { $scope.addAlert(alert, timeout); } else { -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.