You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ling-repeat="lesson in item.children"class="{{lesson.selectedClass}}">
118
-
<ang-click="renderLesson(lesson.id,lesson.link)"id="{{lesson.id}}"class="{{lesson.selectedClass}}"title="link to {{lesson.name}}"href="">{{lesson.name}}</a><spanclass="{{lesson.completeClass}}"></span>
118
+
<ang-click="renderLesson(lesson.id,lesson.link,{showSource:lesson.showSource,showHints:lesson.showHints})"id="{{lesson.id}}"class="{{lesson.selectedClass}}"title="link to {{lesson.name}}"href="">{{lesson.name}}</a><spanclass="{{lesson.completeClass}}"></span>
119
119
<spanng-repeat="stage in lesson.children">
120
-
<ang-click="renderLesson(lesson.id,stage.link)"class="selectedClass"id="{{stage.id}}"title="link to {{stage.name}}"href="">{{stage.name}}</a><spanclass="{{stage.completeClass}}"></span>
120
+
<ang-click="renderLesson(stage.id,stage.link,{showSource:stage.showSource,showHints:stage.showHints})"class="selectedClass"id="{{stage.id}}"title="link to {{stage.name}}"href="">{{stage.name}}</a><spanclass="{{stage.completeClass}}"></span>
0 commit comments