Skip to content

Commit

Permalink
Added the c3-angular project using bower
Browse files Browse the repository at this point in the history
  • Loading branch information
jettro committed Jan 1, 2015
1 parent 45b5170 commit 4ce420c
Show file tree
Hide file tree
Showing 8 changed files with 207 additions and 695 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = function (grunt) {
'bower_components/d3/d3.js',
'bower_components/c3/c3.js',
'bower_components/moment/moment.js',
'javascript/c3js-directive.js',
'bower_components/c3-angular/c3js-directive.js',
'javascript/app.js',
'javascript/controllers/*',
'javascript/directives.js',
Expand Down
319 changes: 186 additions & 133 deletions assets/js/elasticsearch-gui.js

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions assets/js/elasticsearch-gui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/elasticsearch-gui.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"c3": "~0.4.7",
"elasticsearch": "~3.0.2",
"moment": "~2.8.4",
"bootstrap-sass-official": "~3.1.1"
"bootstrap-sass-official": "~3.1.1",
"c3-angular": "~0.2.0"
}
}
4 changes: 2 additions & 2 deletions javascript/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ myApp.value('localStorage', window.localStorage);

myApp.factory('$exceptionHandler',['$injector', function($injector) {
return function(exception, cause) {
console.log(exception);Moved
console.log(exception);
var errorHandling = $injector.get('errorHandling');
errorHandling.add(exception.message);
throw exception;
};
}]);

var serviceModule = angular.module('myApp.services', []);
serviceModule.value('version', 1.2);
serviceModule.value('version', '1.2.1');
Loading

0 comments on commit 4ce420c

Please sign in to comment.