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.
2 parents f80988f + c450235 commit aa314edCopy full SHA for aa314ed
src/angular-tooltip.js
@@ -25,7 +25,7 @@
25
options = extend({ templateUrl: defaultTemplateUrl }, options);
26
options.tether = extend({}, defaultTetherOptions, options.tether || {});
27
28
- var template = $templateCache.get(options.templateUrl),
+ var template = options.template || $templateCache.get(options.templateUrl),
29
scope = options.scope || $rootScope.$new(),
30
target = options.target,
31
elem = $compile(template)(scope),
0 commit comments