Skip to content

Instantly share code, notes, and snippets.

@alphastory
Created April 2, 2015 18:02
Show Gist options
  • Save alphastory/8e31bf444d38becc28b4 to your computer and use it in GitHub Desktop.
Save alphastory/8e31bf444d38becc28b4 to your computer and use it in GitHub Desktop.
<li ng-repeat="week in weeks" ng-class="{ 'active' : week.active }" ng-switch on="week.active">
<a href="#/weeks/{{ week.id }}" ng-switch-when="true"><h1>{{ week.title }}</h1></a>
<h1 ng-switch-default>{{ week.title }}</h1>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment