mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
docs(buttons): fix template paths
This commit is contained in:
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
||||
import {AndroidAttribute} from '../../helpers';
|
||||
|
||||
@Page({
|
||||
templateUrl: 'buttons/sizes.html',
|
||||
templateUrl: 'buttons/sizes/sizes.html',
|
||||
directives: [forwardRef(() => AndroidAttribute)]
|
||||
})
|
||||
export class SizesPage {
|
||||
|
Reference in New Issue
Block a user