Questions tagged as 'angular-views'

1
answer

how to avoid multiple function calls in the view?

Using Angular, in my controller I have a function that calculates the amount of filtered items. So: $scope.totalConferenciasRestantes = function () { return $scope.solicitacoes.data.filter(function (solicitacao) { return solici...
asked by 20.02.2017 / 17:47
1
answer

AngularJS - directive and view are not working correctly

I'm making a small application for my internship, for studies and everything else, but even though I'm following all the steps, there's something wrong, I can not make angular (version 1) render the view or the directive and never return an erro...
asked by 21.03.2017 / 17:06