You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by tog <gu...@gmail.com> on 2016/07/02 21:23:15 UTC

Angular issue

Hi

I was on my way testing angular when I noticed this behavior.

https://www.zeppelinhub.com/viewer/notebooks/bm90ZTovL3RvZy9Mb2NhbFplcHBlbGluLzUzMDUvbm90ZS5qc29u

What am I doing wrong?

Cheers
Guillaume

Re: Angular issue

Posted by tog <gu...@gmail.com>.
Thanks Teja for noticing that stupid error ;-) !

On Sat, 2 Jul 2016 at 23:57 TEJA SRIVASTAV <te...@gmail.com> wrote:

> html syntax is wrong
>
> current: echo -e "%angular <button ng-click='run = run+1'> Click
> {{run}}<\button>"
> mistake: echo -e "%angular <button ng-click='run = run+1'> Click {{run}}
> *<\b*utton>"
> expected: echo -e "%angular <button ng-click='run = run+1'> Click {{run}}
> *</b*utton>"
>
> can u try this
>
>
> On Sun, Jul 3, 2016 at 2:53 AM tog <gu...@gmail.com> wrote:
>
>> Hi
>>
>> I was on my way testing angular when I noticed this behavior.
>>
>>
>> https://www.zeppelinhub.com/viewer/notebooks/bm90ZTovL3RvZy9Mb2NhbFplcHBlbGluLzUzMDUvbm90ZS5qc29u
>>
>> What am I doing wrong?
>>
>> Cheers
>> Guillaume
>>
>

Re: Angular issue

Posted by TEJA SRIVASTAV <te...@gmail.com>.
html syntax is wrong

current: echo -e "%angular <button ng-click='run = run+1'> Click
{{run}}<\button>"
mistake: echo -e "%angular <button ng-click='run = run+1'> Click {{run}}
*<\b*utton>"
expected: echo -e "%angular <button ng-click='run = run+1'> Click {{run}}
*</b*utton>"

can u try this


On Sun, Jul 3, 2016 at 2:53 AM tog <gu...@gmail.com> wrote:

> Hi
>
> I was on my way testing angular when I noticed this behavior.
>
>
> https://www.zeppelinhub.com/viewer/notebooks/bm90ZTovL3RvZy9Mb2NhbFplcHBlbGluLzUzMDUvbm90ZS5qc29u
>
> What am I doing wrong?
>
> Cheers
> Guillaume
>