Posts by Reginaldo Moura • 21 points
1 post
-
2
votes1
answer217
viewsQ: Form field filled in, but given as $pristine
I’m making a $http request, the return is a JSON, assigned to the model ($Scope.developer), but the field is still set to $pristine. Data.post('getElaborador', $rootScope.codigo, 'Listagens').then(…