AngularJs Controller scope in tooltip form -
i trying implement form in tooltip , dynamically inserted. th form on submits calls function in person controller , input field mapped scope model. problem using bootstrap tooltip, creates tooltip outside scope of controller.
have considered using angular ui bootstrap tooltip component? see tooltip section here: http://angular-ui.github.io/bootstrap/. haven't used tooltip component specifically, have used other components , able integrate them controller following provided examples. if doesn't answer question, please add code snippets question can figure out why isn't working.
Comments
Post a Comment