Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated: native rxjs debounce for typeahead component #91

Closed
wants to merge 3 commits into from

Conversation

buchslava
Copy link
Member

No description provided.

@@ -6,6 +6,8 @@ import {
} from 'angular2/core';
import {NgModel}from 'angular2/common';

import * as Rx from 'rxjs';

This comment was marked as off-topic.

@valorkin
Copy link
Member

@buchslava please update demo page first
to have async data source as simple as possible

@valorkin
Copy link
Member

@@ -112,4 +113,4 @@ export class Demo {
private isBs3:boolean = Ng2BootstrapConfig.theme === Ng2BootstrapTheme.BS3;
}

bootstrap(Demo);
bootstrap(Demo, [TypeaheadEventBus]);

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

@@ -0,0 +1,15 @@
import {Injectable} from 'angular2/core';

This comment was marked as off-topic.

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.

3 participants