angular.module('<%= appname %>')
  .controller('SignupCtrl', function ($location, Auth) {

    var vm = this;