Use tooltip plugin for title attributes

This commit is contained in:
Joe Fiorini
2015-05-13 13:35:43 -04:00
parent 319a7c3a3a
commit 83932ae9e5
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
export default function() {
return function(scope, element, attrs) {
element.tooltip();
};
}