Skip to content

Get $templateUrl from $http #12

Closed
Closed
@johnb0

Description

@johnb0

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);
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions