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 <guillaume.all...@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 >