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,7 +135,7 @@ | ||
135 | <header class="header"> | 135 | <header class="header"> |
136 | <h2>Programas</h2> | 136 | <h2>Programas</h2> |
137 | <button type="button" class="btn btn-link" ng-click="pageInicio.showAllPrograms($event)"> | 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 | </button> | 139 | </button> |
140 | </header> | 140 | </header> |
141 | </div> | 141 | </div> |