move playground things

This commit is contained in:
Andrew
2015-03-18 10:56:10 -05:00
parent 4654bcef39
commit 6b37f2c223
9 changed files with 16 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
import {Component, Template} from 'angular2/angular2';
import {ViewGroup} from '../view-group';
class Sidemenu extends ViewGroup {
constructor() {
}
}

View File

View File

View 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() {