mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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({
|
||||
templateUrl: 'cards/cards-advanced-weather.html',
|
||||
directives: [forwardRef(() => AndroidAttribute)]
|
||||
|
@ -22,7 +22,6 @@ import {CardsBasicPage,
|
||||
CardsBackgroundPage,
|
||||
CardsAdvancedMapPage,
|
||||
CardsAdvancedSocialPage,
|
||||
CardsAdvancedImagePage,
|
||||
CardsAdvancedWeatherPage} from './cards/cards';
|
||||
|
||||
import {FormsPage,
|
||||
@ -118,9 +117,9 @@ export function getPageFor(hash) {
|
||||
'card-list': CardsListPage,
|
||||
'card-image': CardsImagePage,
|
||||
'card-background': CardsBackgroundPage,
|
||||
'advanced-cards': CardsAdvancedSocialPage,
|
||||
'card-advanced-map': CardsAdvancedMapPage,
|
||||
'card-advanced-social': CardsAdvancedSocialPage,
|
||||
'card-advanced-image': CardsAdvancedImagePage,
|
||||
'card-advanced-weather': CardsAdvancedWeatherPage,
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user