mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
wip
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
import {NgElement, Component, View} from 'angular2/angular2'
|
||||
import {NgElement, Component, View as NgView} from 'angular2/angular2'
|
||||
import {IonicComponent} from 'ionic/config/component'
|
||||
|
||||
@Component({
|
||||
selector: '.back-button',
|
||||
})
|
||||
@View({
|
||||
@NgView({
|
||||
template: `
|
||||
<icon [class-name]="'back-button-icon ' + icon"></icon>
|
||||
<span class="back-button-text">
|
||||
|
Reference in New Issue
Block a user