Skip to content

Commit

Permalink
Add Guide Update Trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed Dec 30, 2015
1 parent 508cf3b commit e9f7350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ openFarmApp.directive('ofShowGuideStages', ['$http', '$modal', 'stageService',

stageService.updateStageWithPromise(stage.id, {'data': data})
.then(function(response) {
// $scope.triggerGuideUpdate();
$scope.triggerGuideUpdate();
console.log('success', response);
}, function(error) {
console.log('error', error)
Expand Down

0 comments on commit e9f7350

Please sign in to comment.