Category: AngularJS

AngularJS

Can’t interpolate: {{url}} error while assigning url to iframe ng-src

Angularjs

In AngularJS you might received the following error while assigning $scope variable. Error: [$interpolate:interr] Can’t interpolate: {{url}} It is a common mistake that anyone can do in the beginning. Now we can learn some simple fixes for this issue. If you have done many trys in different scenarios just ignore it and simply follow my […]