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.27k stars 6.73k forks source link

NgModel with custom directives within tabs #6388

Closed azjoss closed 7 years ago

azjoss commented 7 years ago

Bug description:

Well known technique that for saving form validation on models used binding ngModel via require ngModelController in directive. But if custom directive, which used inside, has similar solution parent scope does not take changes.

Link to minimally-working plunker that reproduces the issue:

https://jsfiddle.net/ow40dpo3/1/

Version of Angular, UIBS, and Bootstrap

Angular: 1.6.1

UIBS: 2.3.2

Bootstrap: 3.3.7

azjoss commented 7 years ago

I found problem. question is closed. sorry