diff --git a/src/app/components/category-list/category-list.directive.js b/src/app/components/category-list/category-list.directive.js index a6e3884..01c5844 100644 --- a/src/app/components/category-list/category-list.directive.js +++ b/src/app/components/category-list/category-list.directive.js @@ -27,9 +27,11 @@ CategoryListController.prototype.init = function() { var vm = this; + // Default values if(!vm.isCollapsed){ vm.isCollapsed = false; } + }; CategoryListController.prototype._disableUnselect = function() { diff --git a/src/app/components/category-list/category-list.html b/src/app/components/category-list/category-list.html index 5fc0ee6..fffa7a6 100644 --- a/src/app/components/category-list/category-list.html +++ b/src/app/components/category-list/category-list.html @@ -1,8 +1,9 @@