We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I think, that parameter in $http.get() function should be "$scope.templateUrl", as we have it in condition above.
Line 257 at source code: if ($scope.templateUrl) { $http .get($scope.template) .success(deferred.resolve) .error(deferred.reject); }