Skip to content

Commit

Permalink
Fault localization active
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamArab committed Sep 28, 2017
1 parent cfef190 commit fec92e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions StrategyTracker/js/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions StrategyTracker/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if (typeof window !== 'undefined' && window.angular) {
//Asynchronous : If the records are ready from deffered.promise, then the following steps is run.
myStrat.then(function(strategies) {
$scope.allStrategies =strategies;
$scope.strategies = strategies[0].subStrategies;
$scope.selectedStrategy = strategies[0];
$scope.strategies = strategies[1].subStrategies;
$scope.selectedStrategy = strategies[1];
console.log($scope.selectedStrategy.name);


Expand Down
Binary file added ace-builds-master.zip
Binary file not shown.

0 comments on commit fec92e1

Please sign in to comment.