Commit 2c019e2dc4632860dd8f1bca254be93b29455a5e

Authored by Fabiano Rangel
1 parent 33d1b2cf

Ticket #44 Added link title of proposals cards

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
ConfJuvApp/www/html/_proposal_list.html
... ... @@ -21,7 +21,7 @@
21 21 on-swipe-left="" on-swipe-right="" on-partial-swipe="cardPartialSwipe(amt)">
22 22 <div class="card animate-show" ng-show="proposal.topic.selected">
23 23 <h3>
24   - {{proposal.title | limitTo:100}}
  24 + <a ng-click="openProposal(proposal)">{{proposal.title | limitTo:100}}</a>
25 25 <br />
26 26 <small>Autoria: {{proposal.author.name}}</small>
27 27 <p><img ng-src="img/badge-{{proposal.topic.id}}.svg" alt="" /></p>
... ...