mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
move playground things
This commit is contained in:
7
src/components/sidemenu/sidemenu.js
Normal file
7
src/components/sidemenu/sidemenu.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Component, Template} from 'angular2/angular2';
|
||||
import {ViewGroup} from '../view-group';
|
||||
|
||||
class Sidemenu extends ViewGroup {
|
||||
constructor() {
|
||||
}
|
||||
}
|
||||
0
src/components/sidemenu/sidemenu.scss
Normal file
0
src/components/sidemenu/sidemenu.scss
Normal file
0
src/components/sidemenu/sidemenu.spec.js
Normal file
0
src/components/sidemenu/sidemenu.spec.js
Normal file
@@ -1,12 +1,12 @@
|
||||
|
||||
import {TabbarConfig} from '../../tabbar';
|
||||
// import {Draggable} from '/behaviors/draggable';
|
||||
// import {Draggable} from '/behaviors/draggable'
|
||||
|
||||
TabbarConfig.platform('android')
|
||||
.template('./android-template.html')
|
||||
.mixin(function(tabbar) {
|
||||
// Draggable(tabbar);
|
||||
// tabbarInstance.setAsHeader();
|
||||
// Draggable(tabbar)
|
||||
// tabbarInstance.setAsHeader()
|
||||
|
||||
tabbar.assign({
|
||||
press() {
|
||||
|
||||
Reference in New Issue
Block a user