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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated transclusion

Objectives

  • Use the transclude property
  • Use ng-transclude to declare injection slots

Instructions

In this repo we have a UserProfile directive, and we're using it in index.html. However, our user info is getting overridden by the directive's template.

Using your knowledge of transclusion, make our information display properly in the directive!

About

License:Other


Languages

Language:JavaScript 58.7%Language:HTML 41.3%