chore(): overlay deprecated warning w/ changelog link

This commit is contained in:
Adam Bradley
2016-01-04 20:32:43 -06:00
parent 0d1ef20622
commit 746636be22

View File

@ -11,6 +11,7 @@ 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.');
}