This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Not able to pass data to angular component for angular 1.6.2 #15793
Closed
Description
Whenever we are passing data using 'bindings' to angular component it is getting undefined.
This issue is reproducible for angular version 1.6.2 whereas it is working as expected for version 1.5.10. In my project I am also using angular-route and angular material (1.1.1).
Steps to reproduce:
- Create a component
- Inject the module
- Pass any variable to the component
- Do the bindings using '<'
- The variable is getting undefined from the component.
Metadata
Metadata
Assignees
Labels
No labels