Created
January 15, 2015 17:16
-
-
Save melloc01/9e6ecbee43c6110e3109 to your computer and use it in GitHub Desktop.
Popinfo directive example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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