Last active
August 29, 2015 14:16
-
-
Save albertywu/37802bbf8ff128460385 to your computer and use it in GitHub Desktop.
screening details directives
This file contains hidden or 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
| <!-- Does this make sense for our component APIs? --> | |
| <smartlist-details | |
| smartlist-id="smartlistId" | |
| ></smartlist-details> | |
| <ipad-subscriptions | |
| smartlist-id="smartlistId" | |
| user-id="userId" | |
| fund-id="fundId" | |
| view-id="viewId" | |
| ></ipad-subscriptions> | |
| <screen-alerts | |
| smartlist-id="smartlistId" | |
| ></screen-alerts> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment