Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
AngularJS

One-Way Data Binding in AngularJS

Push model values to the view with interpolation or ng-bind.

One-Way Data Binding in AngularJS — a practical guide to AngularJS one-way binding with clear examples you can reuse in real projects.

AngularJS Tutorial Series (16/99). Prefer one article? Read the complete AngularJS tutorial.

Short description

Use one-time binding {{ ::x }} when values won’t change (fewer watchers).

One-way

<h1 ng-bind="title"></h1>
<p>{{ ::staticLabel }}</p>

Leave a reply

Your email address will not be published. Required fields are marked *