chore(overlay): remove deprecated ion-overlay

This commit is contained in:
Adam Bradley
2016-04-14 13:39:47 -05:00
parent b99db127e5
commit 7fe3f80277
3 changed files with 0 additions and 21 deletions

View File

@ -1,18 +0,0 @@
import {Directive} from 'angular2/core';
/**
* @private
*/
@Directive({
selector: 'ion-overlay'
})
export class OverlayNav {
constructor() {
// deprecated warning
console.warn('<ion-overlay> is no longer needed and can be safely removed.');
console.warn('https://github.com/driftyco/ionic2/blob/master/CHANGELOG.md#overlay-refactor');
console.warn('See the v2 docs for an update on how overlays work.');
}
}