Re: Angular issue

2016-07-02 Thread tog
Thanks Teja for noticing that stupid error ;-) ! On Sat, 2 Jul 2016 at 23:57 TEJA SRIVASTAV wrote: > html syntax is wrong > > current: echo -e "%angular Click > {{run}}<\button>" > mistake: echo -e "%angular Click {{run}} > *<\b*utton>" > expected: echo -e "%angular Click {{run}} > *" > > can

Re: Angular issue

2016-07-02 Thread TEJA SRIVASTAV
html syntax is wrong current: echo -e "%angular Click {{run}}<\button>" mistake: echo -e "%angular Click {{run}} *<\b*utton>" expected: echo -e "%angular Click {{run}} *" can u try this On Sun, Jul 3, 2016 at 2:53 AM tog wrote: > Hi > > I was on my way testing angular when I noticed this b

Angular issue

2016-07-02 Thread tog
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