Relative Content

Tag Archive for angularangularjs-directive

My data from child component is not showing up in the parent component

I have a json file, then I create a card component where that data would be displayed, then I create a parent component and template where I want to iterate through the data and generate a number of cards. However, the data doesn’t show up when I call it through the card component.