diff --git a/src/alert/docs/demo.js b/src/alert/docs/demo.js index 290ee9d001..88b834d488 100644 --- a/src/alert/docs/demo.js +++ b/src/alert/docs/demo.js @@ -1,6 +1,6 @@ function AlertDemoCtrl($scope) { $scope.alerts = [ - { type: 'error', msg: 'Oh snap! Change a few things up and try submitting again.' }, + { type: 'danger', msg: 'Oh snap! Change a few things up and try submitting again.' }, { type: 'success', msg: 'Well done! You successfully read this important alert message.' } ]; diff --git a/template/alert/alert.html b/template/alert/alert.html index 26f65b3c75..957d6ec444 100644 --- a/template/alert/alert.html +++ b/template/alert/alert.html @@ -1,4 +1,4 @@ -
+