errorCtrl.js 81 B

1234
  1. app.controller('errorCtrl', function ($scope, $http) {
  2. $scope.email="asd";
  3. });