Files
Brandy Carney b8597f8036 test(grid): added test case for using text alignment attributes in a grid
this will be used for the actions in a card references #279
2016-01-05 16:36:19 -05:00

8 lines
88 B
TypeScript

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