Github user 1ambda commented on the issue:

    https://github.com/apache/zeppelin/pull/2177
  
    @FRosner Anything would be greatly appreciated. For example trying this PR, 
suggestion for how to write test code for this, and so on.
    
    regarding to triggering auto-save, Zeppelin send `startSavveTimer` 
broadcast message, but there is no `$scope.$on('startSaveTimer', ...)`. That's 
the reason why auto save is not working properly.
    
    ```
    app/notebook/paragraph/paragraph.controller.js
    602:    $scope.$broadcast('startSaveTimer');
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to