Skip to content

[BUG]RC4 When set the opt {dismissOnPageChange:true} to LoadingController has An ERRORΒ #9659

Closed
@fssgh

Description

@fssgh

Ionic version: (check one with "x")
[ ] 1.x
[X ] 2.x
Code:-------------------------------------------------------------------
doLoad() {
let loading = this.loadingCtrl.create({
content: 'loading...',
dismissOnPageChange:true,//Error source
duration: 15000
});
loading.present();
}
ERROR:-------------------------------------------------------------------------------------------
Error: Uncaught (in promise): false
at s (http://localhost:8100/build/polyfills.js:3:4211)
at s (http://localhost:8100/build/polyfills.js:3:4034)
at http://localhost:8100/build/polyfills.js:3:4574
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:9723)
at Object.NgZone.forkInnerZoneWithAngularBehavior.inner.inner.fork.onInvokeTask (http://localhost:8100/build/main.js:75544:37)
at t.invokeTask (http://localhost:8100/build/polyfills.js:3:9659)
at e.runTask (http://localhost:8100/build/polyfills.js:3:7083)
at i (http://localhost:8100/build/polyfills.js:3:3671)
at HTMLElement.a.invoke (http://localhost:8100/build/polyfills.js:3:10876)


Ionic Framework: 2.0.0-rc.4
Ionic Native: 2.2.11
Ionic App Scripts: 0.0.47
Angular Core: 2.2.1
Angular Compiler CLI: 2.2.1
Node: 6.9.1
OS Platform: Windows 8.1
Navigator Platform: Win32
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions