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 53 times
1 Answers
0
You can do one-time binding using ::. Like this:
// HTML
{{::someVar}}
Muhammed Neswine
- 1,948
- 1
- 17
- 20