Skip to content

Instantly share code, notes, and snippets.

@cray0000
Last active August 29, 2015 14:17
Show Gist options
  • Save cray0000/1a88b4c2727639a06523 to your computer and use it in GitHub Desktop.
Save cray0000/1a88b4c2727639a06523 to your computer and use it in GitHub Desktop.
pass aliased dom element
<div on-scroll="scrollableTable.scroll($element, $controller.table)">
<view is="scrollableTable" as="scrollableTable"></view>
<table as='table'>
...
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment