Posts by Felipe Rodrigues • 1 point
1 post
-
-1
votes1
answer235
viewsQ: How to pass this variable to the scope?
(function () { angular.module("Hawking").controller('loginController', function ($log, $scope, validateUser) { var dataUser = { email: "[email protected]", senha: "123456" };…