Accordions are now collapsable. Fixed jshint warning.

This commit is contained in:
Chris Houseknecht
2014-03-06 15:22:16 -05:00
parent 414e43c469
commit 129fed0c64
2 changed files with 2 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
}
$(this).accordion({
collapsible: false,
collapsible: true,
heightStyle: 'content',
active: active,
activate: function () {