- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2018 07:47 AM
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.
Thanks,
Kamlesh
Solved! Go to Solution.
- Labels:
-
Service Portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2018 07:50 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2018 07:50 AM
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.