vladotesanovic / ngSemantic

Angular 2 building blocks :package: based on Semantic UI
https://ng-semantic.herokuapp.com/
MIT License
973 stars 148 forks source link

sm-tab active input does not change tab contents #186

Open grahnj opened 7 years ago

grahnj commented 7 years ago

When you click on a tab to activate it, the content is activated at the same time. When the activate Input() is used to activate a tab programmatically via the component.ts file however, the content is not activated and only the tab changes.