Improve bootstrap 4 support
This commit is contained in:
parent
7bbee83934
commit
384fc20ae8
17 changed files with 181 additions and 139 deletions
|
@ -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() {
|
||||
|
|
Reference in a new issue