Skip to content

Instantly share code, notes, and snippets.

@melloc01
Created January 15, 2015 17:16
Show Gist options
  • Save melloc01/9e6ecbee43c6110e3109 to your computer and use it in GitHub Desktop.
Save melloc01/9e6ecbee43c6110e3109 to your computer and use it in GitHub Desktop.
Popinfo directive example
<tr ng-repeat="entity in addCtrl.lastEntities" ng-class="{'success' : entity._highlight}">
<td
popinfo
popinfo-item='[{"Nome": "{{entity.name}}"},{"Categoria": "{{entity.category.name}}"}]' >
{{entity.name}}
</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment