2
我的代碼就像AngularJs無法讀取預先定義的輸入值
<p>Input something in the input box:</p>
<p>Name : <input type="text" ng-model="name" placeholder="Enter name here" value="something" ></p>
<h1>Hello {{name}}</h1>
我要像
Input something in the input box:
**Hello something** (by default)
感謝它的工作... –
@ Sathibabu-Nyros很樂意幫助你..謝謝:) –