mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
fix(ion-fixed): ion-fixed directive is not longer needed
This commit is contained in:
@ -1,13 +0,0 @@
|
|||||||
import { Directive } from '@angular/core';
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @name Fixed
|
|
||||||
* @module ionic
|
|
||||||
* @description
|
|
||||||
*/
|
|
||||||
@Directive({
|
|
||||||
selector: 'ion-fixed'
|
|
||||||
})
|
|
||||||
export class Fixed {
|
|
||||||
|
|
||||||
}
|
|
@ -12,7 +12,6 @@ import { Chip } from './components/chip/chip';
|
|||||||
import { Content } from './components/content/content';
|
import { Content } from './components/content/content';
|
||||||
import { DateTime } from './components/datetime/datetime';
|
import { DateTime } from './components/datetime/datetime';
|
||||||
import { FabContainer, FabButton, FabList } from './components/fab/fab';
|
import { FabContainer, FabButton, FabList } from './components/fab/fab';
|
||||||
import { Fixed } from './components/fixed/fixed';
|
|
||||||
import { Grid, Row, Col } from './components/grid/grid';
|
import { Grid, Row, Col } from './components/grid/grid';
|
||||||
import { Icon } from './components/icon/icon';
|
import { Icon } from './components/icon/icon';
|
||||||
import { Img } from './components/img/img';
|
import { Img } from './components/img/img';
|
||||||
@ -81,7 +80,6 @@ export { Chip } from './components/chip/chip';
|
|||||||
export { Content } from './components/content/content';
|
export { Content } from './components/content/content';
|
||||||
export { DateTime } from './components/datetime/datetime';
|
export { DateTime } from './components/datetime/datetime';
|
||||||
export { FabContainer, FabButton, FabList } from './components/fab/fab';
|
export { FabContainer, FabButton, FabList } from './components/fab/fab';
|
||||||
export { Fixed } from './components/fixed/fixed';
|
|
||||||
export { Grid, Row, Col } from './components/grid/grid';
|
export { Grid, Row, Col } from './components/grid/grid';
|
||||||
export { Icon } from './components/icon/icon';
|
export { Icon } from './components/icon/icon';
|
||||||
export { Img } from './components/img/img';
|
export { Img } from './components/img/img';
|
||||||
@ -176,7 +174,6 @@ export const IONIC_DIRECTIVES: any[] = [
|
|||||||
FabContainer,
|
FabContainer,
|
||||||
FabButton,
|
FabButton,
|
||||||
FabList,
|
FabList,
|
||||||
Fixed,
|
|
||||||
Footer,
|
Footer,
|
||||||
Grid,
|
Grid,
|
||||||
Header,
|
Header,
|
||||||
|
Reference in New Issue
Block a user