venantius / darg

Kill the status meeting -- an abandoned IDoneThis competitor.
1 stars 0 forks source link

Make currently selected team on Timeline be highlighted properly. #179

Closed venantius closed 9 years ago

venantius commented 9 years ago

See the corresponding code in /resources/public/templates/timeline:

<button class="btn btn-inverse" type="button" ng-repeat="team in CurrentUser.teams">
  {{team.name}}
</button>
venantius commented 9 years ago

class in this case should probably set by an ng-style directive.

venantius commented 9 years ago

This is no longer relevant due to UI redesigns.