Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik.js overrides Angular on mashups

Greetings

I am trying to create a Qlik Sense Mashup using AngularJS on the app in the extension folder. The problem is that whenever the qlik.js file loads my angular logic is overridden. Any advice on how to correct this?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The solution was simple, instead of loading the main JS file of my application on the header of the index HTML, I moved it to the end of the HTML so now my script import tag is just before the closure of the body tag.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Done. Thank you for pointing that out.

Anonymous
Not applicable
Author

The solution was simple, instead of loading the main JS file of my application on the header of the index HTML, I moved it to the end of the HTML so now my script import tag is just before the closure of the body tag.