I have a a dismissible popover(data-trigger=\"focus\") with a text box inside it. But as soon as I click inside the text box to type it dissappear because of the \"data-trigger=
Instead of
data-trigger="focus"
you should use
data-trigger="'focus'"
for AngularUI Bootstrap version 2.0 and above.