這是我的JSON
{name: "Macey Moon", age: 26}
當我點擊一個名字,我去更新頁面,這就是我更新的信息。
我對此功能有問題bake_him(y)。
我無法連接$ scope.current_youser.name與我的nicename文本框。
同樣的,$ scope.current_youser.id
Your nice name <input ng-model="current_youser.name"/>
這有什麼錯我的代碼? http://codepen.io/anon/pen/wKKdzR?editors=101
如果你有一個函數'bake_him(Y)的問題'請添加代碼對於你的問題的功能。 –
噢,它很長。更好地保存在我的codepen中。 – Armadeus
是的,這是一個非常長的功能(我打破了,看起來)。有一行實際的代碼,和5個'console.log'語句一樣。 –