Joe-5mith
Joe-5mith
Thanks for the quick reply (and this module). The basic use case is using `dir-paginate` in directives with `ng-transclude`. For example, one could build a reusable list component/directive. I hope...
Setting `overflow-y: hidden` on the `.menu-bar` class and `position: relative; left: 50%;` on the `.action-sheet-container` class did not work for me. The following has worked (written in SASS): ``` .menu-bar...
@bbcreatv, did you try using the SASS I wrote out in my previous comment above? That SASS has worked for me so far.
Is there a workaround for this - I see the post has been labelled as a 'feature' request?
Thanks @soumak77. The ModalFactory does indeed take care of a lot of it. However, take the example of a modal that contains a lot of controller logic, such as a...
Thanks for the quick reply - I'll look the idea of a service that produces a ModalFactory and post back.
I still find a major flaw with this approach (although there are messy workarounds). The basic issue is that one cannot access the scope variables for the modal template in...