Added Services Page, Bug fix to Website Creation!

This commit is contained in:
usmannasir
2018-01-13 21:41:22 +05:00
parent f86a4e3c5c
commit 625f1d7218
30 changed files with 723 additions and 36 deletions

View File

@@ -421,7 +421,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
populateCurrentRecords();
}
else{
@@ -441,7 +441,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
$scope.errorMessage = response.data.error_message;
}
}
@@ -459,7 +459,7 @@ app.controller('addModifyDNSRecords', function($scope,$http) {
$scope.couldNotDeleteRecords = true;
$scope.couldNotAddRecord = true;
}