Can I wrap an AngularJS directive around another directive? -


how can this?

<scrollable-directive>     <fun-content-directive>     </fun-content-directive> </scrollable-directive> 

e.g want build out custom scrolling container events infinite scrolling, etc. can put content in.

similar question: trying wrap angular directive in directive


Comments