mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user