Rename sellCtrl to changeTypeFormCtrl

This commit is contained in:
Rob Harrington
2014-10-24 11:02:16 +11:00
parent f6b0324456
commit f03c7ba02d
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
angular.module("admin.enterprises")
.controller "sellsCtrl", ($scope) ->
.controller "changeTypeFormCtrl", ($scope) ->
$scope.sells = "unspecified"
$scope.producer_profile_only = true
$scope.submitted = false