Skip to content

Instantly share code, notes, and snippets.

@simplesthing
Created March 31, 2015 22:38
Show Gist options
  • Save simplesthing/59c1582ab7c253986dc0 to your computer and use it in GitHub Desktop.
Save simplesthing/59c1582ab7c253986dc0 to your computer and use it in GitHub Desktop.
<nav class="c-header navigation-dark" ng-include="'modules/navigation/header-authenticated.html'" role="navigation"></nav>
<coach-mark config="coachMarks.journey" on-skip="coachMarks.setNonce('journey')" on-finish="coachMarks.setNonce('journey')"></coach-mark>
<div id="journey-wrapper">
<div class="journey" ng-class="{'ready' : !coachMarks.journey.start}">
<article ng-repeat="ch in challenges"
class="challenge pointer"
journey-step
challenge="ch"
data-position="{{$index}}"
index="{{$index}}"
total="{{challenges.length}}"
ready="{{coachMarks.journey.start}}"
>
</article>
</div>
<div class="journey-footer">
<div class="global-footer" ng-include="'modules/navigation/footer.html'"></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment