Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to implement a form in a tooltip , that is dynamically inserted. Th form on submits calls the function in person controller and input field is mapped with scope model. But the problem is i am using bootstrap tooltip, which creates the tooltip outside the scope of controller.

share|improve this question
    
Why don't you provide some code, so people can help you in an easier way? –  notme Mar 23 at 3:25

1 Answer 1

Have you considered using the Angular UI Bootstrap tooltip component? See the Tooltip section here: http://angular-ui.github.io/bootstrap/. I haven't used the tooltip component specifically, but I have used other components and was able to integrate them with my controller easily by following the provided examples. If this doesn't answer your question, please add some code snippets to your question so we can figure out why it isn't working.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.