mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-24 19:23:45 +08:00
organize code into partials
This commit is contained in:
@@ -380,7 +380,8 @@
|
||||
/////////////////////
|
||||
// SCOPE VARIABLES //
|
||||
/////////////////////
|
||||
$scope.defaultData = DEFAULTS;
|
||||
$scope.layout = $window.LAYOUT || 'default';
|
||||
$scope.defaultData = DEFAULTS;
|
||||
|
||||
$scope.dataInit = false;
|
||||
$scope.data = angular.copy($scope.defaultData);
|
||||
|
Reference in New Issue
Block a user