angular-ui/angular-ui-OLDREPO

ngForm inside a Carousel Slide in UI Bootstrap not working

ebeltran1981 opened this issue · 1 comments

I am using the a Carousel for its effect of sliding, but I want to insert a form per slide, After inserting the ngForm, the $scope does not have the instance of that ngForm. If I place the ngForm outside of the Carousel, then the instance appear in the $scope. Example:

data:carousel
<data:slide active="slides[0].active">







/data:slide
/data:carousel
the code above is not working, the $scope should have an instance: $scope.formGI. but, If place the form outside the Carousel like this:

Works correctly... any ideas?

http://stackoverflow.com/questions/18218602/ngform-inside-a-carousel-slide-in-ui-bootstrap-not-working

You should move this to angular-ui/bootstrap