angular.module('functionalities', []) .directive("entering", function(){ return function(scope, element) { element.bind("mouseenter", ...
確定! 回上一頁