mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Toolbar
This commit is contained in:
@@ -34,7 +34,7 @@ import {Ion} from '../ion'
|
||||
</div>
|
||||
</div>`
|
||||
})
|
||||
export class ToolBar {
|
||||
export class Toolbar {
|
||||
constructor(@NgElement() ngEle:NgElement) {
|
||||
this.ele = ngEle.domElement
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {NgElement, Component, Template} from 'angular2/angular2'
|
||||
import {ToolBar} from '../toolbar/toolbar'
|
||||
import {Toolbar} from '../toolbar/toolbar'
|
||||
import {Ion} from '../ion'
|
||||
|
||||
@Component({
|
||||
@@ -18,7 +18,7 @@ import {Ion} from '../ion'
|
||||
<div class="container">
|
||||
<content></content>
|
||||
</div>`,
|
||||
directives: [ToolBar]
|
||||
directives: [Toolbar]
|
||||
})
|
||||
export class View extends Ion {
|
||||
constructor(@NgElement() ele:NgElement) {
|
||||
|
||||
Reference in New Issue
Block a user