Use directives:
.directive("getStyle",function(){
return{
link:function(scope,element){
element[0].style.border = "5px dotted #090";
}
}
});
Example: http://plnkr.co/edit/izOrEi?p=preview
One more (directive-scope interaction): http://plnkr.co/edit/uL7N1j?p=preview