changed save button to blue

This commit is contained in:
Jared Tabor
2014-07-21 16:28:23 -04:00
parent 0ab9fbcf26
commit ecd622ca11

View File

@@ -1281,7 +1281,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
// Set default color and label for Save and Reset
if (btn === 'save') {
button.label = 'Save';
button['class'] = 'btn-success';
button['class'] = 'btn-primary';
}
if (btn === 'reset') {
button.label = 'Reset';