mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(demos): remove unused advanced image card
This commit is contained in:
@ -1,17 +0,0 @@
|
|||||||
|
|
||||||
<ion-navbar *navbar class="show-navbar android-attr">
|
|
||||||
<ion-title>Image Card</ion-title>
|
|
||||||
</ion-navbar>
|
|
||||||
|
|
||||||
<ion-content class="has-header components-demo cards-bg">
|
|
||||||
|
|
||||||
<ion-card>
|
|
||||||
|
|
||||||
<ion-card-content>
|
|
||||||
TODO
|
|
||||||
</ion-card-content>
|
|
||||||
|
|
||||||
</ion-card>
|
|
||||||
|
|
||||||
|
|
||||||
</ion-content>
|
|
@ -73,16 +73,6 @@ export class CardsAdvancedMapPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Page({
|
|
||||||
templateUrl: 'cards/cards-advanced-image.html',
|
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
|
||||||
})
|
|
||||||
export class CardsAdvancedImagePage {
|
|
||||||
constructor() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Page({
|
@Page({
|
||||||
templateUrl: 'cards/cards-advanced-weather.html',
|
templateUrl: 'cards/cards-advanced-weather.html',
|
||||||
directives: [forwardRef(() => AndroidAttribute)]
|
directives: [forwardRef(() => AndroidAttribute)]
|
||||||
|
@ -22,7 +22,6 @@ import {CardsBasicPage,
|
|||||||
CardsBackgroundPage,
|
CardsBackgroundPage,
|
||||||
CardsAdvancedMapPage,
|
CardsAdvancedMapPage,
|
||||||
CardsAdvancedSocialPage,
|
CardsAdvancedSocialPage,
|
||||||
CardsAdvancedImagePage,
|
|
||||||
CardsAdvancedWeatherPage} from './cards/cards';
|
CardsAdvancedWeatherPage} from './cards/cards';
|
||||||
|
|
||||||
import {FormsPage,
|
import {FormsPage,
|
||||||
@ -118,9 +117,9 @@ export function getPageFor(hash) {
|
|||||||
'card-list': CardsListPage,
|
'card-list': CardsListPage,
|
||||||
'card-image': CardsImagePage,
|
'card-image': CardsImagePage,
|
||||||
'card-background': CardsBackgroundPage,
|
'card-background': CardsBackgroundPage,
|
||||||
|
'advanced-cards': CardsAdvancedSocialPage,
|
||||||
'card-advanced-map': CardsAdvancedMapPage,
|
'card-advanced-map': CardsAdvancedMapPage,
|
||||||
'card-advanced-social': CardsAdvancedSocialPage,
|
'card-advanced-social': CardsAdvancedSocialPage,
|
||||||
'card-advanced-image': CardsAdvancedImagePage,
|
|
||||||
'card-advanced-weather': CardsAdvancedWeatherPage,
|
'card-advanced-weather': CardsAdvancedWeatherPage,
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user