como ejemplo tengo algo asi
index.html
appjs.js
Código Javascript
:
Ver originalangular.module("sitio",[])
.controller("paginador",function($scope){
$scope.pag = function(id){
this. //???
o
$scope. //???
}
});
quiero que al hacer click cambie cualquier cosa mediante css o agregar una clase como lo hace jquery con addClass