fixed CSS references to element instead of class
This commit is contained in:
parent
e59d394491
commit
b0cc8d0f19
3 changed files with 20 additions and 15 deletions
|
@ -28,7 +28,7 @@
|
|||
<ul>
|
||||
<li ng-repeat="section in $ctrl.sections"
|
||||
ng-if="section.index > $ctrl.currentSection.index">
|
||||
{{ section.title }}
|
||||
{{ section.component.sectionTitle }}
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Reference in a new issue