c1505 / angular-manual-transclusion-lab-v-000

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the transclude function

Objectives

  • Manually transclude DOM into our template without ng-transclude

Instructions

Take a look at the UserProfile directive in this repo. .

Now that we know how to do manual transclusion, add a link function to insert the contents into our directive using manual transclusion.

About

License:Other


Languages

Language:JavaScript 60.1%Language:HTML 39.9%