mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(demos): correct module path
This commit is contained in:
@ -4,7 +4,7 @@ import {AndroidAttribute} from '../../helpers';
|
||||
|
||||
@Page({
|
||||
templateUrl: 'inputs/switch/template.html',
|
||||
directives: [forwardRef(() => helpers.AndroidAttribute)]
|
||||
directives: [forwardRef(() => AndroidAttribute)]
|
||||
})
|
||||
export class SwitchPage{
|
||||
constructor() {
|
||||
|
Reference in New Issue
Block a user