Commit 6f5f001eaf8d309962e789e0580d617cb0d12ae8
1 parent
9ddbbe34
Exists in
master
and in
6 other branches
Change: title is 'Filtrar por temas'.
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
src/app/components/category-list/category-list.directive.js
src/app/components/category-list/category-list.html
1 | 1 | <div class="category-list"> |
2 | 2 | <nav class="navigation"> |
3 | 3 | <h3 class="category-list--title" ng-click="vm.toogleList()"> |
4 | - <span class="hidden-xs"><b>Programas</b> por Tema</span> | |
5 | - <span class="visible-xs"><b>Filtrar</b> por Tema <span class="glyphicon glyphicon-filter pull-right"></span></span> | |
4 | + <!-- <span class="hidden-xs"><b>Programas</b> por Tema</span> --> | |
5 | + <!-- <span class="visible-xs"><b>Filtrar</b> por Tema <span class="glyphicon glyphicon-filter pull-right"></span></span> --> | |
6 | + <b>Filtrar</b> por Tema <span class="glyphicon glyphicon-filter pull-right"></span> | |
6 | 7 | </h3> |
7 | 8 | |
8 | 9 | <!-- <div class="list-group ng-hide" ng-show="!vm.isCollapsed" ng-class="vm.selectedCategory.slug"> --> | ... | ... |