Commit 8dccef8da2e407d77d381b198f811c26bde74daa
1 parent
2bfeaf43
Exists in
master
and in
4 other branches
list-group começa fechado na versao mobile
Showing
3 changed files
with
7 additions
and
2 deletions
Show diff stats
src/app/components/category-list/category-list.directive.js
src/app/components/category-list/category-list.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | </h3> |
8 | 8 | |
9 | 9 | <!-- <div class="list-group ng-hide" ng-show="!vm.isCollapsed" ng-class="vm.selectedCategory.slug"> --> |
10 | - <div class="list-group" ng-class="vm.selectedCategory.slug"> | |
10 | + <div class="list-group is-mobile" ng-class="vm.selectedCategory.slug"> | |
11 | 11 | <button type="button" class="list-group-item category-list--item" |
12 | 12 | ng-repeat="category in vm.categories" |
13 | 13 | ng-class="{active: vm.selectedCategory.slug === category.slug}" | ... | ... |
src/app/components/category-list/category-list.scss