設置我使用NG-模型輸入值與模型聯繫起來。Angualr JS:輸入的NG-模型默認值未在模型
如果我設置在輸入框中的默認值,它沒有在$範圍顯示,但如果我在此輸入任何改變,我可以看到的變化。
<input type='text' id="save_quote_email" name="save_quote_email" ng-model="AutoQuote.postAutoQuoteObj.ApplicationInfo.GeneralPartyInfo.ContactInfo.Emails[0].EmailAddress" value="[email protected]" />
{{AutoQuote.postAutoQuoteObj.ApplicationInfo.GeneralPartyInfo.ContactInfo.Emails[0].EmailAddress}}
我可以在控制器中設置這個值,那麼它會工作,但這樣的值會在表格的時候我的HTML加載。
'NG-init'應該工作 – jeremy