Skip to content

Instantly share code, notes, and snippets.

@gajus
Created October 1, 2014 13:41
Show Gist options
  • Save gajus/c2cabed8f99190ad6017 to your computer and use it in GitHub Desktop.
Save gajus/c2cabed8f99190ad6017 to your computer and use it in GitHub Desktop.
<div class="row" ng-controller="main">
<ul>
<li ng-repeat="screen in screens" ng-class="{'active': screen == currentScreen}"
ng-click="setScreen($index)"
class="button">{{screen}}</li>
</ul>
</div>
<div ng-include="getScreenView()"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment