What is the significance of "::" in widget HTML field ?

kumarkamlesh
Mega Contributor

Hello,

I need to understand what is the significance of double colon "::" in HTML field of widget.

For example in the below code what does :: do.

find_real_file.png

 

Thanks,

Kamlesh

1 ACCEPTED SOLUTION

Dylan Mann1
Giga Guru

Angular expressions starting with the double colon means it's a one-time binding. Basically, it stops updating after the initial load of the widget. 

View solution in original post

1 REPLY 1

Dylan Mann1
Giga Guru

Angular expressions starting with the double colon means it's a one-time binding. Basically, it stops updating after the initial load of the widget.