Github user khalidhuseynov commented on the issue:
https://github.com/apache/zeppelin/pull/2391
@1ambda thanks for contribution, tested and looks much better! When
searching for note and clicking on it (e.g. redirect to /#/notebook/2CBFCSS6X)
i can see below stacktrace in console
```
TypeError: Cannot read property 'create' of undefined
at Object.link
(http://localhost:8080/app.6e54de3d53176984dde0.js:11:1236)
at http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:5609
at qa
(http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:41840)
at n (http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:34290)
at g (http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:30249)
at http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:29780
at http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:32385
at d (http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:30743)
at m (http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:32827)
at http://localhost:8080/scripts/vendor.51ccc0a5e9a88265.js:34:159637
<div id="{{currentParagraph.id}}_paragraphColumn_main"
ng-repeat="currentParagraph in note.paragraphs" ng-controller="ParagraphCtrl"
ng-init="init(currentParagraph, note)"
ng-class="columnWidthClass(currentParagraph.config.colWidth)" style="margin: 0;
padding: 0" viewport-watch="" class="ng-scope" data-ng-animate="1">
```
not sure if it's related to this PR or not, maybe we could check that.
except that look good
---
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 [email protected] or file a JIRA ticket
with INFRA.
---