javascript - angular position fix inside a controller (angular modal?) -


this sort of weird problem mix of css , angular.

i have div item in main content area of app has few smaller div containers in side of it. basically, inside of 1 of these sub divs want able click , have modal come , position fix until it's closed.

the problem having is have put in body fix float in center of screen, , feel have control on items (within controller in sub div container). if jquery/javascript append modal body position fixed. questions how deal in angular in scenario? how can control modal have append body correct position fixed effect inside controller that's tucked bunch of divs.

thanks!

have looked @ angular ui bootstrap? have modal component there:

http://angular-ui.github.io/bootstrap/


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -