0

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?

1 Answers1

0

You can do one-time binding using ::. Like this:

// HTML
{{::someVar}}
Muhammed Neswine
  • 2,028
  • 1
  • 20
  • 20