Improve bootstrap 4 support

This commit is contained in:
nemunaire 2017-12-17 16:07:04 +01:00
parent 6329f44d42
commit e630bc3d75
17 changed files with 181 additions and 139 deletions

View file

@ -474,10 +474,14 @@ angular.module("FICApp")
$scope.event = Event.get({ eventId: $routeParams.eventId });
$scope.fields = ["kind", "txt", "time"];
$scope.kinds = {
"alert-secondary": "Par défaut",
"alert-primary": "Mise en valeur",
"alert-info": "Info",
"alert-warning": "Warning",
"alert-success": "Success",
"alert-danger": "Danger",
"alert-light": "Clair",
"alert-dark": "Foncé",
};
$scope.saveEvent = function() {