Questions tagged [ng-dialog]

ngDialog is a modal and popup provider for Angular.js. It aims to be minimalistic, easily theme-able, and dependency-free. Use this tag for questions related to the use of ngDialog.

ngDialog is licensed under the MIT license. More information, including a demo, is available on the ngDialog website.

161 questions
0
votes
1 answer

Lost with controllers, modules and clicktoOpen

i want to display a popup containing a youtube video when i click, while displaying a still image normally. I and am completely lost . I'm new to angular, i would really appreciate any insight ! Here is my js code 'use strict'; function…
0
votes
1 answer

Angular.js: Display an ng-repeat item in a modal/dialog

I have looked at angular-ui bootstrap and ng-dialog and they appear overkill for what I need viz:
{{item.title}}

{{item.content}}

0
votes
1 answer

How to pass data to AngularJs HTML Template

I have an AngularJs HTML template, the template displays however none of the tags are populated. I am wondering how I pass my components JSON Object to the template.

Alert

Eoghan Buckley
  • 155
  • 1
  • 4
  • 15
0
votes
1 answer

Best way to load/store ndDialog template?

I am using ngDialog to display a modal window with an alert message. I have the modal window working however the code looks messy. I am wondering is it possible to replace the raw html template with a link to a html file instead of writing the HTML…
Eoghan Buckley
  • 155
  • 1
  • 4
  • 15
0
votes
0 answers

How to keep my html design using ngDialog

I am using ngdialog to get modal popup. I can't able to find anything which will keep my modal design(modal.html). My modal is somehow get twisted by default desigen. My code is: ngDialog.open({ template:…
nayan
  • 11
  • 2
0
votes
0 answers

ngDialog text boxs are not editable

I am trying to open a new dialog box which contains a text box where i'll enter the name but when this confirm box is shown the text box is disabled. Edit I have a page where i have a button for uploading files. When this button is clicked a…
Sid
  • 2,582
  • 4
  • 16
  • 20
0
votes
2 answers

ngDialog closed event fires multiple times (AngularJS)

The issue we are having is when we listen for the event 'ngDialog.closed', we found that it is firing multiple times. We are only opening the dialog once, so we assume that closing the same modal, this event should only fire once as well. There…
Mark
  • 57
  • 9
0
votes
3 answers

why checkbox gets unchecked when i close ngdialog popup after checking it?

when i close the ngdialog popup after checking the checkbox which is inside of it, and again if i open it then the checkbox is getting unchecked, why is it happening do anybody know that? this is my script tag