Skip to content

Commit

Permalink
ng directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 19, 2015
1 parent 9afa137 commit 9b358e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/resources/views/admin/_index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@

<tbody>
<tr ng-repeat="model in displayedModels">
<td><typi-btn-delete ng-click="delete(model)"></typi-btn-delete></td>
<td typi-btn-edit></td>
<td typi-btn-status></td>
<td typi-btn-delete action="delete(model)"></td>
<td>
@include('core::admin._button-edit')
</td>
<td typi-btn-status action="toggleStatus(model)" model="model"></td>
<td>
<img ng-src="@{{ model.thumb }}" alt="">
</td>
Expand Down

0 comments on commit 9b358e7

Please sign in to comment.