chmod all files, rsync for deploy, cdn support, build page borked

This commit is contained in:
Colin McLeod
2015-05-25 17:36:48 -07:00
parent 7bab67deff
commit 0a7494ebcb
148 changed files with 150 additions and 153 deletions

4
app/js/directives/directive-bar-chart.js Normal file → Executable file
View 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)
}
};
}]);
});