UNPKG
content-player-trigyn
Version:
latest (0.0.1)
0.0.1
Which renders the contents in both web and devices
github.com/project-sunbird/sunbird-content-player
content-player-trigyn
/
coreplugins
/
org.ekstep.nextnavigation-1.0
/
renderer
/
templates
/
default.html
5 lines
•
284 B
HTML
View Raw
1
2
3
4
5
<
div
>
<
a
class
=
"nav-icon nav-next"
role
=
"button"
tabindex
=
"0"
aria-label
=
"Navigate to Next"
ng-show
=
"showOverlayNext !==state_off"
href
=
"javascript:void(0);"
ng-click
=
"navigate('next')"
>
<
img
ng-src
=
"{{imageBasePath}}next.png"
alt
=
"Next button image"
/>
</
a
>
</
div
>