fixed resource view

This commit is contained in:
Enrico Fasoli 2015-04-10 08:46:28 +02:00
parent bfbd4149f4
commit bab8f11111
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
bower_components/ bower_components/
.divshot-cache/ .divshot-cache/
divshot-debug-log
node_modules/ node_modules/
test/ test/
testdata/ testdata/

View File

@ -86,7 +86,7 @@
<td>{{$index + 1}}</td> <td>{{$index + 1}}</td>
<td>{{item.id}}</td> <td>{{item.id}}</td>
<td>{{item.name}}</td> <td>{{item.name}}</td>
<td>{{item.assignedTo || []}}</td> <td>{{item.assignedTo.join(', ') || "None"}}</td>
<td> <td>
<button class="btn btn-info" ng-click="clone(true,item.id)"> <button class="btn btn-info" ng-click="clone(true,item.id)">
<i class="fa fa-copy"></i> <i class="fa fa-copy"></i>