fix(demos): correct module path

This commit is contained in:
Drew Rygh
2015-11-05 11:08:35 -06:00
parent 36352626b9
commit 60ee318440

View File

@ -4,7 +4,7 @@ import {AndroidAttribute} from '../../helpers';
@Page({ @Page({
templateUrl: 'inputs/switch/template.html', templateUrl: 'inputs/switch/template.html',
directives: [forwardRef(() => helpers.AndroidAttribute)] directives: [forwardRef(() => AndroidAttribute)]
}) })
export class SwitchPage{ export class SwitchPage{
constructor() { constructor() {