Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
litalrok7
Contributor III
Contributor III

Mashup with angular on qlik sense 2.1.1

hello to all,

I upgraded yesterday my version of Qlik sense desktop to the latest one (v2.1.1).

it seems that all the mashups which developed with angularJS are not displayed correctly

those worked fine on the previous version (v2.0.1)

does the new qlik sense workswith angular?

Do i need to add something in order that my mashup will work?

Before Upgrading:

v201.PNG

After Upgrading:

v211.PNG

thanks,

Lital

1 Solution

Accepted Solutions
ErikWetterberg

Hi Lital,

I'm afraid this is a bug in 2.1.1.

As a workaround, you could try to add the following line to your mashup js file:

define( "client.services/grid-service", {} );

Needs to be before the require call.

Hope this helps

Erik Wetterberg

Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.

View solution in original post

2 Replies
ErikWetterberg

Hi Lital,

I'm afraid this is a bug in 2.1.1.

As a workaround, you could try to add the following line to your mashup js file:

define( "client.services/grid-service", {} );

Needs to be before the require call.

Hope this helps

Erik Wetterberg

Please mark the appropriate replies as correct or helpful so our team and other members know that your question has been answered to your satisfaction.

litalrok7
Contributor III
Contributor III
Author

It worked!

thanks!