--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en.
'<div class="taskBar-tags" scroll-height>' +
'<div class="board-tags taskBar-tagsGroup" ' +
'ng-repeat="(groupLabel, tags) in currentTask.tags">' +
'<h4 class="board-label">{{makeGroupTagsLabel(groupLabel)}}:</h4>' +
'<input class="edit" ng-model="currentTask.tags[groupLabel]" ng-change="currentTask.showFields()" ng-list/>' +
'</div>' +
'</div>' +