Files
Brandy Carney ff73d83138 fix(toolbar): added a temp fix for buttons in a toolbar with a segment
added a segment scenario to the toolbar tests. closes #506
2015-11-25 14:24:10 -05:00

14 lines
144 B
TypeScript

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