chore(templates): import required directives for ionic templates

This commit is contained in:
Adam Bradley
2016-07-01 00:59:37 -05:00
parent 009d5a980a
commit 656426672c
27 changed files with 266 additions and 217 deletions

View File

@ -42,9 +42,10 @@ import { isPresent, isTrueProperty } from '../../util/util';
*/
@Component({
selector: 'ion-segment-button',
template:
'<ng-content></ng-content>' +
'<ion-button-effect></ion-button-effect>',
template: `
<ng-content></ng-content>
<ion-button-effect></ion-button-effect>
`,
host: {
'tappable': '',
'class': 'segment-button',