Ion-content change has-bouncing run time

Hey,

Does anyone know why I can’t change has-bouncing attribute on the ion-content directive at run time? …

I have a APP that depends on some webservice settings eg. the content bouncing … But I am not able to change the attribute after the app is running - can someone help me out here? :wink:

In this example you can se my problem, after 3 sec, the bouncing should be disabled - but it is not.

http://jsfiddle.net/y7D4r/18/

So the bouncing is actually setup during the ion-contents compile phase, so everytime the content is built. So this is why you can’t dynamically change the has-bounce attribute.

Do your know if there is a workaround to make tid happen?..:wink: