Questions tagged [ng-modal]

An AngularJS directive that provides a modal UI.

An AngularJS directive that provides a modal UI. See the github repository for more info.

20 questions
0
votes
1 answer

ng-bootstrap modal opens component, but places html-selector

I am using ng-bootstrap within my angular 4 application. With ngbModal I open a modal. The modal content is placed in a separate component: selector: 'my-modal-component'. Component one (click to open modal in the…
Anjanas
  • 1
  • 1
0
votes
1 answer

Can I have NgModal's HTML rendered dynamically

I'm still digging my way through Angular2. I tried checking online, but I couldn't find anything that suggests it's possible. My question is - Can I have just one ngModal on one page, and have not just different content served up, but also…
Pratik
  • 1,122
  • 8
  • 26
0
votes
1 answer

Detect Data Chages When Another Component Make a POST or a PUT Request

Mainly, I'm using angular2 and I have two components, the first one is responsible for displaying the data coming from the server on my page, the second one which is an ngmodal that pops up, is responsible for doing POST and PUT request to save the…
Ch_y
  • 356
  • 1
  • 4
  • 16
0
votes
1 answer

how to move in an array of images (blobs) in Angular?

I have an image gallery displayed on my page. I need to implement a modal for whenever the user clicks on the images. In the modal I need to show the full size of the selected image. Here is the problem: I have already made the modal work, but when…
-1
votes
1 answer

ng-options with multiple select/Checkbox

Is it possible to select multiple options from ng-options or have ng-options values as check boxes? If possible can someone give me an example please?
1
2