Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 litalrok7
		
			litalrok7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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:
After Upgrading:
thanks,
Lital
 
					
				
		
 ErikWetterberg
		
			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.
 
					
				
		
 ErikWetterberg
		
			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
		
			litalrok7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It worked!
thanks!
