Repository: incubator-zeppelin Updated Branches: refs/heads/master a345f7684 -> aa1363343
Update angular.md Fixed typo Author: Rajesh Koilpillai <[email protected]> Closes #317 from rajeshkp/patch-1 and squashes the following commits: 5c917d4 [Rajesh Koilpillai] Update angular.md Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/aa136334 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/aa136334 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/aa136334 Branch: refs/heads/master Commit: aa136334324a0e8d7f48bba64224022b2173c85d Parents: a345f76 Author: Rajesh Koilpillai <[email protected]> Authored: Tue Sep 22 14:11:37 2015 +0530 Committer: Lee moon soo <[email protected]> Committed: Fri Sep 25 06:27:20 2015 +0200 ---------------------------------------------------------------------- docs/docs/displaysystem/angular.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/aa136334/docs/docs/displaysystem/angular.md ---------------------------------------------------------------------- diff --git a/docs/docs/displaysystem/angular.md b/docs/docs/displaysystem/angular.md index b6472af..8471e3e 100644 --- a/docs/docs/displaysystem/angular.md +++ b/docs/docs/displaysystem/angular.md @@ -13,7 +13,7 @@ Angular display system treats output as an view template of [AngularJS](https:// It compiles templates and display inside of Zeppelin. Zeppelin provides gateway between your interpreter and your compiled AngularJS view teamplates. -Therefore, you can not only update scope variable from your interpreter but also watch your scope variable in the interpreter, which is JVM process. +Therefore, you can not only update scope variable from your interpreter but also watch your scope variable in the interpreter, which is JVM process. <br /> #### Print AngularJS view @@ -21,7 +21,7 @@ Therefore, you can not only update scope variable from your interpreter but als To use angular display system, your output should starts with "%angular". <img src="../../assets/themes/zeppelin/img/screenshots/display_angular.png" width=600px /> -Note that display system is backend independnet. +Note that display system is backend independent. Because of variable 'name' is not defined, 'Hello \{\{name\}\}' display 'Hello '.
