javascript - missing binded value in angularjs -


http://plnkr.co/edit/hlsmpwp6o2ul4shethlr?p=preview

i use push {{tab.tabname}} return blank (line 46) in index.html

this problem: (in app.js, under addtab function)

"name" : capitalisefirstletter(this.newtabname),

should be:

"tabname" : capitalisefirstletter(this.newtabname),


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -