0 votes
in AngularJS Packaging and Testing by
How would you specify that a scope variable should have one-time binding only?

1 Answer

0 votes
by

We can specify the scope by using “::” in front of it. It allows you to check the available variable bindings in AngularJS.

Related questions

+1 vote
asked Dec 26, 2022 in Digital Primer by Robin
0 votes
asked May 21, 2022 in AngularJS Packaging and Testing by sharadyadav1986
...