Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e03182f commit 1e13544Copy full SHA for 1e13544
docs/content/guide/directive.ngdoc
@@ -591,10 +591,10 @@ Therefore the final directive definition looks something like this:
591
<pre>
592
transclude: true,
593
scope: {
594
- title: 'bind', // set up title to accept data-binding
595
- onOk: 'expression', // create a delegate onOk function
596
- onCancel: 'expression', // create a delegate onCancel function
597
- show: 'accessor' // create a getter/setter function for visibility.
+ title: '=', // set up title to accept data-binding
+ onOk: '&', // create a delegate onOk function
+ onCancel: '&', // create a delegate onCancel function
+ show: '='
598
}
599
</pre>
600
0 commit comments