(html) Show active tasks count in Calendar module

This commit is contained in:
Francis Lachapelle
2015-09-21 09:48:42 -04:00
parent 1c666e8ead
commit 959ea0f62f
4 changed files with 16 additions and 13 deletions
+4 -1
View File
@@ -170,7 +170,10 @@
ng-true-value="1"
ng-false-value="0"
label:aria-label="Enable"><!-- enable --></md-checkbox>
<p class="sg-item-name" ng-show="app.editMode != calendar.id">{{calendar.name}}</p>
<p class="sg-item-name" ng-show="app.editMode != calendar.id">
{{calendar.name}}
<span class="sg-counter-badge" ng-show="calendar.activeTasks">{{calendar.activeTasks}}</span>
</p>
<md-input-container class="md-flex"
ng-show="app.editMode == calendar.id">
<input class="sg-item-name" type="text"