Skip to content
Snippets Groups Projects
Commit 1802f134 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

use the right css class.

parent 7e26d932
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ MetabaseForms.directive('mbFormMessage', [function () {
return {
restrict: 'E',
replace: true,
template: '<span class="px2" ng-class="{\'text-success\': error === false, \'text-danger\': error === true}" ng-show="visible" cv-delayed-call="reset()">{{message}}</span>',
template: '<span class="px2" ng-class="{\'text-success\': error === false, \'text-error\': error === true}" ng-show="visible" cv-delayed-call="reset()">{{message}}</span>',
scope: {
form: '='
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment