6
我需要從AngularJs獲取元素ID。
我試過這個,但沒有奏效。AngularJS指令獲取元素ID
angular.module('AngStarter').directive('oblInLineEditor', function() {
return function(scope, element, attr) {
console.log("value = " + scope.$eval(attr.id));
}
});