Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
41 views

I am using the likeastore\ngDialog library for pop-ups, I am trying to add checkbox in the pop-up but it's not getting displayed. I tried to update the version from 0.5.7 to 1.4.0 but nothing helped. ...
Asok Kalisamy's user avatar
1 vote
1 answer
1k views

Is it possible to change options of an open dialog? Specifically, I want to set showClose, closeByEscape and closeByDocument to false. The reason is that I have a form in the dialog. On clicking ...
Pawel Decowski's user avatar
3 votes
2 answers
2k views

below is my first controller .controller('configManagementCtrl', ['$scope', 'deConfigService', 'ngDialog', '$state', 'notificationService', function ($scope, deConfigService, ngDialog, $state, ...
VIK6Galado's user avatar
0 votes
1 answer
294 views

I want to fetch data from server and show it to ngDialog dialog box I an trying following code var myApp = angular.module('myApp', ['ui.router', 'ngDialog']); myApp.controller('test', function($...
xrcwrn's user avatar
  • 5,343
2 votes
3 answers
995 views

I have a button that opens an ngDialog.openConfirm. Within that dialog I have a form, which includes a textarea which is required and needs to be a minimum 20 characters. Here is a simplified version ...
DeejC's user avatar
  • 179
1 vote
1 answer
353 views

The problem I am experiencing is a bit hard to explain, and I might getting (Angular) promises wrong, but still... I am trying to handle the following situation nicely. In general, let's say I want ...
Agat's user avatar
  • 4,879
1 vote
1 answer
79 views

I'm opening a dialog which is sorting some of my elements. It has it's own controller and uses some of mutual services. $scope.openSortDialog = function(category) { ngDialog.open({ template: '...
CountGradsky's user avatar
1 vote
0 answers
309 views

Hi i have created a function to search and fetch client's data from database based on enter account number in a modal dialog input field and if found displays details in the same dialog box. But if ...
Ippez Robert's user avatar
1 vote
1 answer
940 views

I am using ngDialog. For some reason when I click Close, the closePromise data parameter doesnt return the "Vacancy" object instead the returned value is undefined. Please advise How do I get the ...
user8427641's user avatar
3 votes
2 answers
455 views

I've already found a "solution" to this problem; I was just hoping someone might be able to provide a reason why it works. This jsFiddle demonstrates the problem: http://jsfiddle.net/s1ca0h9x/137/ ...
user6641203's user avatar
1 vote
1 answer
2k views

I have to implement a customized close dialog function for close button of ngDialog. As per requirement in some cases (where there is a form) I have to show another ngDialog confirm popup asking if ...
Code Spark's user avatar
1 vote
0 answers
159 views

Code follows dialog = ngDialog.openConfirm({ scope: scope, template: 'Templates\\Directives\\errorModal.html', classname: 'ngdialog-theme-default custom-width', appendClassName: '...
coder's user avatar
  • 27
0 votes
1 answer
443 views

I know that you cannot inject $rootScope into the config phase of the application, AND I know that you can inject $rootScope in the run phase, but ngDialogProvider does not inject in the run phase... ...
johan's user avatar
  • 1,012
0 votes
1 answer
876 views

I used ngDialog and have a modal with nested views. Insight my modal I am switching between signup (state) and login (login) so I need to include controller for signup and one for login. I have been ...
javascripting's user avatar
0 votes
2 answers
843 views

First time when I click on the link to open the dialog, it is opening only one time. But from the second time, it is opening two times, four times , eight times on second, third, fourth click ...
Kavipriya's user avatar
  • 441

15 30 50 per page
1
2 3 4 5
11