al-stop

Overview

  • Stop bind process for the element
  • Input argument: no
Example
<div al-init="title='hello'">
    <span>{{title}}</span>
    <span al-stop>{{title}}</span>
</div>
Result
<div al-app al-init="title='hello'">
    <span>{{title}}</span>
    <span al-stop>{{title}}</span>
</div>
comments powered by Disqus