Commit c5bd7f8fe3e0abaacce1fa1d0e5c44e5f42d9c31
Exists in
master
and in
4 other branches
Merge branch 'list-group-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
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | <b>Filtrar</b> por Tema <span class="glyphicon glyphicon-filter pull-right"></span> |
7 | 7 | </h3> |
8 | 8 | <!-- <div class="list-group ng-hide" ng-show="!vm.isCollapsed" ng-class="vm.selectedCategory.slug"> --> |
9 | - <div class="list-group" ng-class="vm.selectedCategory.slug"> | |
9 | + <div class="list-group is-mobile" ng-class="vm.selectedCategory.slug"> | |
10 | 10 | <button type="button" class="list-group-item category-list--item" |
11 | 11 | ng-repeat="category in vm.categories" |
12 | 12 | ng-class="{active: vm.selectedCategory.slug === category.slug}" | ... | ... |
src/app/components/category-list/category-list.scss