AC-394 Fixed.

This commit is contained in:
chouseknecht
2013-09-04 16:51:14 -04:00
parent c9ff6f7a99
commit 21bfee9e70
7 changed files with 267 additions and 5 deletions

View File

@@ -972,7 +972,6 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
//
// Used to create the inventory detail view
//
function navigationLinks(page) {
// Returns html for navigation links
@@ -1080,6 +1079,8 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
html += "</div>\n";
html += "</div><!-- row -->\n";
html += "<div class=\"title\" ng-bind=\"groupTitle\"></div>\n";
// Start the list
html += "<div class=\"list\">\n";
html += "<table class=\"" + form.iterator + " table table-condensed table-hover\">\n";