我的代码就像
<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)
答案 0 :(得分:2)
您可以在案例中使用(a -> b -> c)
,例如ng-init
<强>标记强>
ng-init="name='somthing'"