Created
January 15, 2016 16:36
-
-
Save washingtonsoares/4eacfbdacb9f550e6403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table class="table table-hover video-list table-condensed"> | |
<tbody> | |
<tr ng-class="{'video-active': videoItem.id === video.id}" data-ng-repeat="videoItem in videos" data-as-sortable-item toggle="tooltip" placement="top" title="Clique e arraste para ordenar" > | |
<td ng-click="changeVideo(videoItem)" data-as-sortable-item-handle>{{$index+1}}</td> | |
<td data-as-sortable-item-handle > | |
<span class="btn btn-link btn-xs" role="button" ng-click="changeVideo(videoItem)">{{videoItem.name}}</span> <br> | |
<button type="button" class="btn btn-default btn-xs pull-left" ng-if="validateAssessment(videoItem.assessment)"> | |
Fazer {{assessmentsTypes[videoItem.assessment.type]}} | |
</button> | |
</td> | |
</tr> | |
</tbody> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Foi por e-mail... :)