ModeComponent

This commit is contained in:
Adam Bradley
2015-06-09 16:08:13 -05:00
parent dd208207a7
commit b3e0e3f048
3 changed files with 37 additions and 27 deletions

View File

@ -8,6 +8,7 @@ import {bind} from 'angular2/di';
import {ViewController} from '../view/view-controller';
import {Nav} from './nav';
import {SwipeHandle} from './swipe-handle';
import {ModeComponent} from '../../config/component';
export class PaneController {
@ -92,11 +93,9 @@ export class PaneController {
}
@Component({
@ModeComponent({
selector:'ion-pane',
hostAttributes: {
'class': 'nav nav-ios'
}
classId: 'nav'
})
@View({
template: `