Skip to content

Commit

Permalink
Merge pull request #56 from Geodan/master
Browse files Browse the repository at this point in the history
merge from origin
  • Loading branch information
tomvantilburg committed Mar 31, 2014
2 parents 608ae98 + 55a8de3 commit 0e11312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/incidenten.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="row">
<table class="table table-hover">
<tr class="klik" ng-repeat="project in data.projectlist | filter:data.nondeleted | filterIncident:$state.current.data.type | orderBy:['data(\'type\').id','data(\'status\').id','-date']" ng-click="setProject(project)" ng-class="{'success':project.data('status').id==0,'active':project.data('status').id==2}">
<tr class="klik" ng-repeat="project in data.projectlist | filter:data.nondeleted | filterIncident:$state.current.data.type | orderBy:['data(\'type\').id','data(\'status\').id','-data(\'date\')']" ng-click="setProject(project)" ng-class="{'success':project.data('status').id==0,'active':project.data('status').id==2}">
<td ui-sref='incidenten.incident.beeld({incidentID:project.id(),beeldType: firstBeeld})' >{{project.data('name') || project.id()}} </td>
<td ui-sref='incidenten.incident.beeld({incidentID:project.id(),beeldType: firstBeeld})'> {{project.data('type').name}} </td>
<td ui-sref='incidenten.incident.beeld({incidentID:project.id(),beeldType: firstBeeld})'> {{project.data('status').name}} </td>
Expand Down

0 comments on commit 0e11312

Please sign in to comment.