GitHub user corneadoug opened a pull request: https://github.com/apache/zeppelin/pull/1273
[Zeppelin-1276] Fix Notebook Title Input ### What is this PR for? The Notebook Title Input would not disappear after being edited. This is a problem made by its plugin elastic-input. We originally used ng-if instead of ng-show so it doesn't break the Page Print, however that change made the scope value to toggle unusable. So we added a trustworthy small controller on top of the component. ### What type of PR is it? Bug Fix ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1276 ### How should this be tested? * Click on the Notebook title * Try to do: Enter or Esc or Click somewhere else * The Input border should not be there anymore * Do the same for the Paragraph * If you do Print Page there shouldn't any titles duplicated at the top ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No You can merge this pull request into a Git repository by running: $ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1276 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1273.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1273 ---- commit b862081c8b74632fc472fe45911a8cffbbdc7d12 Author: Damien CORNEAU <cornead...@gmail.com> Date: 2016-08-03T07:34:43Z Fix Notebook input issue commit d590d825de002bfe519a5859683e4e2c1de464c9 Author: Damien CORNEAU <cornead...@gmail.com> Date: 2016-08-03T07:39:43Z apply same input changes to the paragraph commit 24df51f684c5caf97d3ef9d646afe30defc2aedb Author: Damien CORNEAU <cornead...@gmail.com> Date: 2016-08-03T07:43:10Z Fix eslint errors ---- --- 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. ---