diff --git a/dist/angular-hovercard.js b/dist/angular-hovercard.js index 8cecba4..db025d4 100644 --- a/dist/angular-hovercard.js +++ b/dist/angular-hovercard.js @@ -59,6 +59,9 @@ angular.module('yaru22.hovercard', ['yaru22.hovercard.tmpls']).directive('hoverc $scope.hoverCardStyle.right = ''; } } // if (placement) + $attrs.$observe('hoverTmplUrl', function (newval) { + $scope.hoverTmplUrl = newval; + }); } // link function }; }); @@ -68,4 +71,4 @@ angular.module('yaru22.hovercard.tmpls', []).run([ 'use strict'; $templateCache.put('template/angular-hovercard.tmpl', '
'); } -]); \ No newline at end of file +]);