docs(buttons): fix template paths

This commit is contained in:
Drew Rygh
2015-11-06 13:28:54 -06:00
parent 52ff3949bb
commit ca002efa74
9 changed files with 9 additions and 9 deletions

View File

@ -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 {