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
@@ -27,9 +27,11 @@ | @@ -27,9 +27,11 @@ | ||
27 | CategoryListController.prototype.init = function() { | 27 | CategoryListController.prototype.init = function() { |
28 | var vm = this; | 28 | var vm = this; |
29 | 29 | ||
30 | + // Default values | ||
30 | if(!vm.isCollapsed){ | 31 | if(!vm.isCollapsed){ |
31 | vm.isCollapsed = false; | 32 | vm.isCollapsed = false; |
32 | } | 33 | } |
34 | + | ||
33 | }; | 35 | }; |
34 | 36 | ||
35 | CategoryListController.prototype._disableUnselect = function() { | 37 | CategoryListController.prototype._disableUnselect = function() { |
src/app/components/category-list/category-list.html
1 | <div class="category-list"> | 1 | <div class="category-list"> |
2 | <nav class="navigation"> | 2 | <nav class="navigation"> |
3 | <h3 class="category-list--title" ng-click="vm.toogleList()"> | 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 | </h3> | 7 | </h3> |
7 | 8 | ||
8 | <!-- <div class="list-group ng-hide" ng-show="!vm.isCollapsed" ng-class="vm.selectedCategory.slug"> --> | 9 | <!-- <div class="list-group ng-hide" ng-show="!vm.isCollapsed" ng-class="vm.selectedCategory.slug"> --> |