Commit 91718d912a32e5fdf8979a3e01bc885a2b73d49a
Exists in
master
and in
4 other branches
Merge branch 'correcoes'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/pages/propostas/propostas.controller.js
... | ... | @@ -87,7 +87,7 @@ |
87 | 87 | vm.$scope.$watch('pagePropostas.selectedTheme', function(newValue/*, oldValue*/) { |
88 | 88 | vm.search.tema = newValue ? newValue.slug : null; |
89 | 89 | vm.$location.search('tema', vm.search.tema); |
90 | - | |
90 | + vm.page = 1; | |
91 | 91 | if (!vm.loadingFilter) { |
92 | 92 | vm.filterProposals(); |
93 | 93 | } | ... | ... |