refactor: <tabbar> => <ion-tabbar>

This commit is contained in:
Andrew
2015-03-17 19:29:13 -05:00
parent 47cb9c877f
commit c52efc5f12
4 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import {Component, Template} from 'angular2/angular2';
import {Ion} from '../ion';
@Component({
selector: 'tabbar',
selector: 'ion-tabbar',
bind: {
title: 'view-title'
}