organize code into partials

This commit is contained in:
Bálint Szekeres
2019-10-06 21:51:14 +02:00
parent 2dbcbae267
commit 3e80efc88f
5 changed files with 884 additions and 885 deletions

View File

@@ -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);