Files
2016-02-12 11:37:39 -06:00

18 lines
248 B
TypeScript

import {App} from '../../../../../ionic/ionic';
@App({
templateUrl: 'main.html'
})
class E2EApp {
constructor() {
this.myParam = '';
this.myValues = {
value1: 'Dynamic Input',
value2: 'Dynamic Textarea'
};
}
}