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';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/block.html',
|
templateUrl: 'buttons/block/block.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class BlockPage {
|
export class BlockPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/clear.html',
|
templateUrl: 'buttons/clear/clear.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class ClearPage {
|
export class ClearPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/components.html',
|
templateUrl: 'buttons/components/components.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class ComponentsPage {
|
export class ComponentsPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/fab.html',
|
templateUrl: 'buttons/fab/fab.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class FabPage {
|
export class FabPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/full.html',
|
templateUrl: 'buttons/full/full.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class FullPage {
|
export class FullPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/icons.html',
|
templateUrl: 'buttons/icons/icons.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class IconsPage {
|
export class IconsPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/outline.html',
|
templateUrl: 'buttons/outline/outline.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class OutlinePage {
|
export class OutlinePage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/round.html',
|
templateUrl: 'buttons/round/round.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class RoundPage {
|
export class RoundPage {
|
||||||
|
@ -3,7 +3,7 @@ import {forwardRef} from 'angular2/angular2';
|
|||||||
import {AndroidAttribute} from '../../helpers';
|
import {AndroidAttribute} from '../../helpers';
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'buttons/sizes.html',
|
templateUrl: 'buttons/sizes/sizes.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
})
|
})
|
||||||
export class SizesPage {
|
export class SizesPage {
|
||||||
|
Reference in New Issue
Block a user