mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
chmod all files, rsync for deploy, cdn support, build page borked
This commit is contained in:
0
app/js/directives/directive-area-chart.js
Normal file → Executable file
0
app/js/directives/directive-area-chart.js
Normal file → Executable file
4
app/js/directives/directive-bar-chart.js
Normal file → Executable file
4
app/js/directives/directive-bar-chart.js
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
angular.module('app').directive('barChart', ['$rootScope', function ($rootScope) {
|
||||
angular.module('app').directive('barChart', function () {
|
||||
|
||||
function bName (build) {
|
||||
return build.buildName + '\n' + build.name;
|
||||
@@ -118,4 +118,4 @@ angular.module('app').directive('barChart', ['$rootScope', function ($rootScope)
|
||||
|
||||
}
|
||||
};
|
||||
}]);
|
||||
});
|
||||
0
app/js/directives/directive-comparison-table.js
Normal file → Executable file
0
app/js/directives/directive-comparison-table.js
Normal file → Executable file
0
app/js/directives/directive-component-select.js
Normal file → Executable file
0
app/js/directives/directive-component-select.js
Normal file → Executable file
0
app/js/directives/directive-header.js
Normal file → Executable file
0
app/js/directives/directive-header.js
Normal file → Executable file
0
app/js/directives/directive-slot-hardpoint.js
Normal file → Executable file
0
app/js/directives/directive-slot-hardpoint.js
Normal file → Executable file
0
app/js/directives/directive-slot-internal.js
Normal file → Executable file
0
app/js/directives/directive-slot-internal.js
Normal file → Executable file
Reference in New Issue
Block a user