-
Notifications
You must be signed in to change notification settings - Fork 0
Binding: Auto
Jovan Gerodetti edited this page May 31, 2017
·
1 revision
Binding Name | Expression Type | Value Type |
---|---|---|
bind-auto | expression | scope object |
The value of the provided expression is used to create a new scope. This scope then gets used instantiate the template content. Finally the new scope will be written back into the expression.
<template bind-auto="view.createComponentView"></template>
-
Bindings
-
Traits
-
Prototypes
-
How To