Files
Brandy Carney ff60b3c5ea test(grid): add a test that uses grid to make a full height menu
This is something users often request so it is good to have a test on
it.
2016-01-23 14:23:23 -05:00

8 lines
88 B
TypeScript

import {App} from 'ionic/ionic';
@App({
templateUrl: 'main.html'
})
class E2EApp {}