Skip to content

Commit

Permalink
feat(typeahead): added export as bs-typeahead (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohdplunk authored and valorkin committed Mar 24, 2017
1 parent 6b71856 commit 9ef6fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeahead/typeahead.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'rxjs/add/operator/toArray';
import { TypeaheadMatch } from './typeahead-match.class';
import { ComponentLoaderFactory, ComponentLoader } from '../component-loader';

@Directive({selector: '[typeahead]'})
@Directive({selector: '[typeahead]', exportAs: 'bs-typeahead'})
export class TypeaheadDirective implements OnInit, OnDestroy {
/** options source, can be Array of strings, objects or an Observable for external matching process */
@Input() public typeahead: any;
Expand Down

0 comments on commit 9ef6fa6

Please sign in to comment.