Skip to content

Commit

Permalink
[Fix](client): minore changes after rebase {IA}
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaa committed Dec 8, 2016
1 parent 6ddd09e commit 02a5d27
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion client/app/mainList/mainList.html
Original file line number Diff line number Diff line change
@@ -21,7 +21,6 @@
<!-- Add job form -->
<add-job-dir></add-job-dir>
<!-- Job list table -->
<<<<<<< HEAD
<table class='table table-striped'>
<thead>
<tr>
7 changes: 2 additions & 5 deletions client/app/stats/stats.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
angular.module('jobTracker.stats', [])
<<<<<<< HEAD
.controller('StatsController', function($scope, $location) {
.controller('statsController', function($scope, JobFactory, $filter, AuthFactory, $location) {

$scope.isActive = function(viewLocation) {
return viewLocation === $location.path();
};
=======
.controller('statsController', function($scope, JobFactory, $filter, AuthFactory) {

$scope.navButton = "Sign out";
$scope.jobs = [];
$scope.stats = {};
@@ -64,6 +62,5 @@ angular.module('jobTracker.stats', [])
});
}
$scope.getJobs();
>>>>>>> [STATS](Client): started to redo the status format on JobSchema {IA}

});

0 comments on commit 02a5d27

Please sign in to comment.