Skip to content

Commit 0792e7e

Browse files
committed
Site updated: 2016-10-03 14:22:19
1 parent 0add3a3 commit 0792e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/migration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ <h2 id="Custom-Directives"><a href="#Custom-Directives" class="headerlink" title
702702
<p>Some of the most notable differences include:</p>
703703
<ul>
704704
<li>Directives no longer have instances. This means there’s no more <code>this</code> inside directive hooks. Instead, they receive everything they might need as arguments. If you really must persist state across hooks, you can do so on <code>el</code>.</li>
705-
<li>Options such as <code>acceptStatement</code>, <code>deep</code>, <code>priority</code>, etc are all deprecated.</li>
705+
<li>Options such as <code>acceptStatement</code>, <code>deep</code>, <code>priority</code>, etc are all deprecated. To replace <code>twoWay</code> directives, see <a href="#Two-Way-Filters-deprecated">this example</a>.</li>
706706
<li>Some of the current hooks have different behavior and there are also a couple new hooks.</li>
707707
</ul>
708708
<p>Fortunately, since the new directives are much simpler, you can master them more easily. Read the new <a href="custom-directive.html">Custom Directives guide</a> to learn more.</p>

0 commit comments

Comments
 (0)