mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-10 00:22:23 +08:00
url bar
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
/////////////////////
|
||||
// SCOPE VARIABLES //
|
||||
/////////////////////
|
||||
$scope.location = $location;
|
||||
$scope.data = angular.copy(data);
|
||||
$scope.dataInit = false;
|
||||
|
||||
@@ -107,6 +108,10 @@
|
||||
}
|
||||
};
|
||||
|
||||
$scope.reset = function() {
|
||||
$scope.data = angular.copy(data);
|
||||
};
|
||||
|
||||
|
||||
|
||||
//////////////////
|
||||
|
Reference in New Issue
Block a user