GitHub user corneadoug opened a pull request:
https://github.com/apache/zeppelin/pull/1305
[ZEPPELIN-1310] Deactivate angular debugging classes
### What is this PR for?
This PR removes the angular debug classes added to HTML elements (that
plugins like batarang are using), it follows advices from the angular
[documentation](https://code.angularjs.org/1.5.5/docs/guide/production) and
should improve performances.
### What type of PR is it?
Improvement
### Todos
* [ ] - Add documentation on how to easily activate it for people wanted to
debug
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1310
### How should this be tested?
Do a `./grunt build` or launch Zeppelin normally
Check in the console there should not be any `ng-scope` or such in the html
classes
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? Yes
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/corneadoug/incubator-zeppelin ZEPPELIN-1310
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/1305.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 #1305
----
commit 0acbcb5dfaaa0d3b703ff4dc61d56651d89f4ccd
Author: Damien CORNEAU <[email protected]>
Date: 2016-08-09T06:22:45Z
Add setting to deactivate angular debugging classes
----
---
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.
---