ตัวอย่าง
Make a href ใช้ AngularJS:
<div ng-init="myVar = 'http://www.w3ii.com'">
<h1>Tutorials</h1>
<p>Go to <a ng-href="{{myVar}}">{{myVar}}</a>
to learn!</p>
</div>
ลองตัวเอง» ความหมายและการใช้งาน
ng-href
สั่งแทนที่แอตทริบิวต์ href เดิมขององค์ประกอบ <a>
ng-href
สั่งควรจะนำมาใช้แทน href
ถ้าคุณมีรหัส AngularJS ภายในค่า href
ng-href
สั่งทำให้แน่ใจว่าการเชื่อมโยงไม่หักแม้ว่าผู้ใช้คลิกลิงก์ก่อน AngularJS ได้ประเมินรหัส
วากยสัมพันธ์
<a ng-href=" string "></a>
สนับสนุนโดยองค์ประกอบ <a>
ค่าพารามิเตอร์
Value | Description |
---|---|
string | A string value, or an expression resulting in a string. |