angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Form.dirty and .valid with fields inside tabs angular 2 #6615

Open amirensit opened 6 years ago

amirensit commented 6 years ago

I am using bootstrap 4 tabs in my component. ( ... ). form.valid does not work with my project using angular 2. Is there a way to make compilation like this issues solved for angularJS : https://github.com/angular-ui/bootstrap/issues/574