fix(ion-fixed): ion-fixed directive is not longer needed

This commit is contained in:
Manu Mtz.-Almeida
2016-09-26 14:38:10 +02:00
parent b70614b00d
commit 75d552690b
2 changed files with 0 additions and 16 deletions

View File

@@ -1,13 +0,0 @@
import { Directive } from '@angular/core';
/**
* @name Fixed
* @module ionic
* @description
*/
@Directive({
selector: 'ion-fixed'
})
export class Fixed {
}