Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <fa-view ng-repeat="box in boxes" fa-size="[undefined, 50]">
  2. <fa-modifier fa-translate="[offset, 55*$index, 0]">
  3. <fa-modifier id="{{'box-' + $index}}">
  4. <fa-surface fa-background-color="box.bg_color" fa-color="box.color" fa-size="[250, 50]">
  5. <table>
  6. <tr>
  7. <td>
  8. <input style="width: 50px" ng-model="box.bg_color"/><br>
  9. <input style="width: 50px" ng-model="box.color"/>
  10. </td>
  11. <td align="center" fa-click="click($index)">
  12. {{text}}
  13. </td>
  14. </tr>
  15. </table>
  16. </fa-surface>
  17. </fa-modifier>
  18. </fa-modifier>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement