add search-bar back to IONIC_DIRECTIVES

This commit is contained in:
Tim Lancina
2015-10-06 12:10:53 -05:00
parent 7463ce9ee4
commit 0ae8ee6661
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,6 @@ import {IonicComponent} from '../../config/decorators';
*/
@IonicComponent({
selector: 'ion-search-bar',
appInjector: [NgControl],
properties: [
'list',
'query'

View File

@@ -77,6 +77,7 @@ export const IONIC_DIRECTIVES = [
Icon,
// Forms
SearchBar,
Segment,
SegmentButton,
SegmentControlValueAccessor,