demo(overlay): use injectable overlay controllers

This commit is contained in:
Adam Bradley
2016-06-28 20:46:43 -05:00
parent 7aa559aec2
commit 3fb58d95c3
8 changed files with 82 additions and 84 deletions

View File

@ -448,7 +448,7 @@ export class NavController extends Ion {
private present(enteringView: ViewController, opts?: NavOptions): Promise<any> {
// deprecated warning: added beta.11 2016-06-27
console.warn('nav.present() has been deprecated.\n' +
'Please use inject the overlays controller and use the present method on the instance instead.');
'Please inject the overlay\'s controller and use the present method on the instance instead.');
return Promise.resolve();
}