Skip to content

Commit 6bd50f0

Browse files
committed
dist
1 parent 996738b commit 6bd50f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/angular-bootstrap-tour.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
} else if (attrs[helpers.getAttrName('templateUrl')]) {
332332
lookupTemplate(attrs[helpers.getAttrName('templateUrl')], scope).then(function (template) {
333333
if (template) {
334-
options.template = template.data;
334+
options.template = template;
335335
deferred.resolve(template);
336336
}
337337
});

dist/angular-bootstrap-tour.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)