diff --git a/playground/app.html b/playground/app.html deleted file mode 100644 index 99f74516d2..0000000000 --- a/playground/app.html +++ /dev/null @@ -1 +0,0 @@ - diff --git a/playground/main.html b/playground/main.html new file mode 100644 index 0000000000..7a0fda9502 --- /dev/null +++ b/playground/main.html @@ -0,0 +1 @@ + diff --git a/playground/main.js b/playground/main.js index d5a533955b..8385f780a6 100644 --- a/playground/main.js +++ b/playground/main.js @@ -4,7 +4,7 @@ import {Tabbar} from 'ionic/components/tabbar/tabbar'; @Component({ selector: 'playground-main' }) @Template({ - url: 'app.html', + url: 'main.html', directives: [Tabbar] }) class PlaygroundMain {} diff --git a/src/components/tabbar/tabbar.js b/src/components/tabbar/tabbar.js index f1e71e826b..49b2d322a1 100644 --- a/src/components/tabbar/tabbar.js +++ b/src/components/tabbar/tabbar.js @@ -2,7 +2,7 @@ import {Component, Template} from 'angular2/angular2'; import {Ion} from '../ion'; @Component({ - selector: 'tabbar', + selector: 'ion-tabbar', bind: { title: 'view-title' }