From e9f7350f16d2d712b1d98202eb93ac4c05b6c7bf Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 29 Dec 2015 17:56:38 -0800 Subject: [PATCH] Add Guide Update Trigger --- .../angular-libs/guides/show/guides.show.stage.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/angular-libs/guides/show/guides.show.stage.directive.js b/app/assets/javascripts/angular-libs/guides/show/guides.show.stage.directive.js index 965edd975..2ad4aaa33 100644 --- a/app/assets/javascripts/angular-libs/guides/show/guides.show.stage.directive.js +++ b/app/assets/javascripts/angular-libs/guides/show/guides.show.stage.directive.js @@ -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)