Hello Elvin,
Please use ng-bind attribute for that: https://docs.angularjs.org/api/ng/dir...
Hi Elvin - Does it works for you?
Hello;
Am facing the same problem, what are we supposed to input next to the ng-bind-html is that {{xxx.xxx}} or what ?
Hello,
No, please use there a $scope variable here, e.g.: pre$scope.myVariable = "google";/pre and use this variable in your ng-bind-html property: preng-bind-html=myVariable/pre
Thanks Sergiy, must mention that in ionic it is working without $scope !! as for bootstrap it is not. I will use it and test it. Thanks
I know this thread is 6 years old, but it is exactly what i am trying to accomplish.
Can someone spell out how i am supposed the get my calendar imbedd html (iframe) in my {{calendar}} variable to actually render? If i paste the html straight into the html element it renders fine, but if i use a variable it only shows the text.
I have tried applying a number of attributes with little luck.
what are we supposed to input next to the ng-bind-html?