mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
(Documentation): Fix some grammar errors in angular.md
This commit is contained in:
parent
13330d02f6
commit
280b846726
1 changed files with 3 additions and 3 deletions
|
|
@ -22,10 +22,10 @@ limitations under the License.
|
|||
|
||||
## Angular Display System in Zeppelin
|
||||
|
||||
Angular display system treats output as an view template of [AngularJS](https://angularjs.org/).
|
||||
It compiles templates and displays inside of Zeppelin.
|
||||
Angular display system treats output as a view template for [AngularJS](https://angularjs.org/).
|
||||
It compiles templates and displays them inside of Zeppelin.
|
||||
|
||||
Zeppelin provides gateway between your interpreter and your compiled **AngularJS view** templates.
|
||||
Zeppelin provides a gateway between your interpreter and your compiled **AngularJS view** templates.
|
||||
Therefore, you can not only update scope variables from your interpreter but also watch them in the interpreter, which is JVM process.
|
||||
|
||||
### Print AngularJS view
|
||||
|
|
|
|||
Loading…
Reference in a new issue