angularjs - Can't bind scope variable to array key? -


यह क्यों हो रहा है?

  & lt; input type = "text" ng- मॉडल = "पता" / & gt; App.controller ("MainCtrl", ['$ scope', फ़ंक्शन ($ गुंजाइश) {$ scope.location = {पता: $ scope.address}; $ scope.getFood = function () {console.log ($ scope। स्थान); console.log ($ scope.address)}  

लॉगिंग $ scope.location देता है

  वस्तु {पता: अपरिभाषित}  

जब मैं $ scope.address पर लॉग इन करता हूं, तो यह मुझे मूल्य देता है।

आप $ scope.location = {address: null};
सेट कर सकते हैं और फिर अपने मार्कअप में & lt; input type = "text" ng-model = "location.address "/ & Gt;


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -