Commit f8d90a9db50cc876d3875b23ee343a72e0eecc94
1 parent
a73c4ef5
Exists in
master
and in
8 other branches
Add programs count
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/pages/inicio/inicio.html
... | ... | @@ -135,7 +135,7 @@ |
135 | 135 | <header class="header"> |
136 | 136 | <h2>Programas</h2> |
137 | 137 | <button type="button" class="btn btn-link" ng-click="pageInicio.showAllPrograms($event)"> |
138 | - <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> Ver todos os programas | |
138 | + <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> Ver todos os {{::pageInicio.programs.length}} programas | |
139 | 139 | </button> |
140 | 140 | </header> |
141 | 141 | </div> | ... | ... |