Can set producer_profile_only using welcome page

This commit is contained in:
Rob Harrington
2014-10-23 16:40:58 +11:00
parent 996b2f2604
commit e1cf5ceb57
4 changed files with 27 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
angular.module("admin.welcome")
.controller "welcomeCtrl", ($scope) ->
$scope.sells = "unspecified"
$scope.producer_profile_only = true
$scope.submitted = false
$scope.valid = (form) ->