Questions tagged [angularjs-3rd-party]

AngularJS third-party libraries that don't otherwise have a specific tag.

Resources

Tagged third-party resources

19 questions
2
votes
3 answers

Angularjs fullcalendar drag drop - get value of dropped object

I am dropping an external object into angular-ui-calendar using angular-dragdrop. The external object is coming from this list:
Ted Scheckler
  • 1,389
  • 4
  • 16
  • 34
1
vote
1 answer

Angularjs slider, customValueToPosition not able work with range selection

I am trying to use angularjs slider with for range selection and custom scaling. Here is the slider option object... vm.priceSlider = { min: 3, high: 10, options: { floor: 0, ceil: 3600, …
Anant
  • 342
  • 6
  • 14
1
vote
0 answers

using mgcrea.ngStrap - AngularJS

I am having a discussion with my colleague, who is emphasizing on using $('#createModal').modal('show'); instead of the above plugin. I am creating the modal via code below: $scope.createModal = $modal({ scope: $scope, template:…
qkhan
  • 11
  • 3
1
vote
1 answer

ng-bind-html vs bind-html-compile?

I want to know the difference between ng-bind-html and bind-html-compile directives. For example I gave

test

to ng-bind-html, this strips out the style where as bind-html-compile does not. May I know when each…

vino
  • 57
  • 1
  • 7
0
votes
0 answers

Angularjs ng-flatpickr directive scope & binding not working

I can not pass scope variable to this angularjs directive. The directive (https://github.com/archsaber/angular-flatpickr) defines it scope as: var ngFlatpickr = angular.module('angular-flatpickr', []); ngFlatpickr.directive('ngFlatpickr',…
0
votes
1 answer

How to get country code with ng-intl-tel-input directive

How to get country code from input type in Angularjs I am new in Angularjs, right now I have dropdown of country code + input type text (for mobile number), after a click on submit button, I am getting mobile number successfully but how can I get…
amit
  • 1
  • 1
  • 18
  • 28
0
votes
1 answer

Change variables based on radio selection in Angulajs

I am building a calculator in angularjs as a wordpress php plugin. Passing parameters as variables via a shortcode. I have a jquery ui-slider with min, max and step values set by passed params:
0
votes
0 answers

Navbar drop-down menu not working with Angular 1.6.1 and Bootstrap 4

I'm developing a web application with Angular 1.6.1 and Bootstrap 4 and I'm having problems with the nav menu bar dropdowns. but I don't know why drop-down menu doesn't work! home.html …
0
votes
1 answer
0
votes
0 answers

Using a non npm 3rd party library with Ionic / Angular

Up until now, any 3rd party library I have worked with in my Ionic / Angular project has been available as an npm install and everything has been pretty straightforward. I’m now trying to utilise this library on a payment…
Richard Shergold
  • 572
  • 1
  • 8
  • 21
0
votes
0 answers

unable to reset input field -- (input filed is used by plugin selectize)

This is my html code: this is my input filed where i have declare input type and id.
0
votes
1 answer

How can I match the value of a slider to an angularjs variable?

What I want is to match: the maximum and minimum value of the slide to the variable to filter filterModelMin.precio. I did it this way but it throws me an error.
Asher
  • 101
  • 1
0
votes
1 answer

How can I print a whole DOM element using angular-screenshot?

I already tried to copy/paste the example code on the webpage: https://weihanchen.github.io/angular-screenshot/ The thing is they are using a whole controller for it, and I have my controllers separated by views. This is how I add them to my "main"…
0
votes
0 answers

multiselect dropdown in angularjs only works on initialization of Controller

I am using jquery, bootstrap multi-select dropdown. I want to populate multi-select dropdown (talukas) on selectionChange event of other normal (single-select) dropdown (city). I am not able to figure out why the multi select dropdown populates on…
0
votes
2 answers

ngRoute breaks everytime I add moment-picker as a dependency

My ngRoute breaks everytime I add another dependency. I want to add the 'moment-picker' to my app to pick dates and times but once I add the dependency to the module, I get the following error: Uncaught Error: [$injector:modulerr] On the error page…
PouncingPoodle
  • 572
  • 1
  • 5
  • 18
1
2