JS minification

This commit is contained in:
chouseknecht
2013-07-08 10:44:31 -04:00
parent 345085a165
commit ec9c96cef4
8 changed files with 386 additions and 14 deletions

View File

@@ -635,7 +635,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
}
html += "<form class=\"form-horizontal";
html += (this.form['class']) ? ' ' + this.form.class : '';
html += (this.form['class']) ? ' ' + this.form['class'] : '';
html += "\" name=\"" + this.form.name + '_form" id="' + this.form.name + '" novalidate>' + "\n";
html += "<div ng-show=\"flashMessage != null && flashMessage != undefined\" class=\"alert alert-info\">{{ flashMessage }}</div>\n";