Better purpose

This commit is contained in:
Girish Ramakrishnan
2020-01-30 21:11:33 -08:00
parent 1f4b6f4a42
commit e0db4fce6e
3 changed files with 14 additions and 9 deletions

View File

@@ -294,13 +294,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
register: true,
termsAccepted: false,
purpose: '',
purposes: [
'Website Hosting',
'Private Cloud for Business use',
'Private Cloud for Personal and Family use',
'Run a single App',
'Deploy and Develop Apps (PaaS)'
],
submit: function () {
$scope.appstoreLogin.error = {};