Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
;
  • Loading branch information
forceuser committed Sep 17, 2015
commit b342d19928e0d2af848096632ede20f95fd62a8f
2 changes: 1 addition & 1 deletion src/tooltip/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position', 'ui.bootstrap.s
var contentExpGetter;

if(options.useContentExp){
contentExpGetter = $parse(attrs[type])
contentExpGetter = $parse(attrs[type]);
scope.$watch(contentExpGetter,function(val){
contentExpVal = val;
});
Expand Down