You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to get it working on a div which loads in content with html tags, but as long as there is an ng-bind-html attribute on the .slideable element it does not work.
The error given is "Uncaught TypeError: Cannot read property 'style' of null", when trying to log the content variable, you get "null".
AngularSlideables does work with html tags in the div and it works when I remove ng-bind-html (which is not an option for me).
I was trying to get it working on a div which loads in content with html tags, but as long as there is an ng-bind-html attribute on the .slideable element it does not work.
The error given is "Uncaught TypeError: Cannot read property 'style' of null", when trying to log the content variable, you get "null".
AngularSlideables does work with html tags in the div and it works when I remove ng-bind-html (which is not an option for me).
Code example:
The text was updated successfully, but these errors were encountered: