Skip to content

Conversation

nsndeck
Copy link
Contributor

@nsndeck nsndeck commented Jan 27, 2016

No description provided.

<item-template>
<template #item="item" #i="index" #odd="odd" #even="even">
<StackLayout [class.odd]="odd" [class.even]="even">
<Label [text]='"index: " + item.name'></Label>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the text binding should probably read "name: " + item.name

@hdeshev
Copy link
Contributor

hdeshev commented Jan 27, 2016

👍

nsndeck pushed a commit that referenced this pull request Jan 27, 2016
Example how NS support async pipe with RxObservable.
@nsndeck nsndeck merged commit cb4aae2 into master Jan 27, 2016
@vakrilov vakrilov deleted the nnikolov/AsyncPipeSupport branch June 7, 2016 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants