Skip to content

Commit

Permalink
Merge pull request #5 from lcx960324/master
Browse files Browse the repository at this point in the history
bugfix for dependency
  • Loading branch information
Lawrence Lee authored Sep 16, 2016
2 parents 16b3666 + 263eae6 commit 12d74e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/logs/logs.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ angular.
url: 'http://dessert.reveur.me:8080/ManageServer/user/getLogs.do',
withCredentials: true
}).then(function(response) {
// console.log(response.data);
if(response.data.error != '1') {
self.logs = response.data;
}
Expand Down
2 changes: 1 addition & 1 deletion app/status/status.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*/
'use strict';

angular.module('status', ['chart.js']);
angular.module('status', []);

0 comments on commit 12d74e8

Please sign in to comment.