So we do not want to attach the model to scope, No watcher should be created at the backend. Is that possible in Angular 1X?
Asked
Active
Viewed 55 times
1 Answers
0
You can do one-time binding using ::
. Like this:
// HTML
{{::someVar}}

Muhammed Neswine
- 2,028
- 1
- 20
- 20