Questions tagged [angularjs-3rd-party]

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

Resources

Tagged third-party resources

19 questions
0
votes
1 answer

AngularJS 1.6 crash IE 11 with ng-i18next Directive

I'm having problem when running AngularJs (1.6) Application on IE 11, it crashes and closes the browser when user input some text and emoji icon. 2 out of 10-20 times, I encounter that problem. I was suspected about Memory Leak, but at the same…
0
votes
0 answers

Angular 1 Angular File Saver SaveAs not working

I am having issue with Angular file saver module from http://alferov.github.io/angular-file-saver/ I am installing the package using npm install --save and injecting it into my controllers as shown on the readme for alferov's angular file saver and…
Teddy Dong
  • 362
  • 1
  • 6
  • 20
0
votes
1 answer

AngularJS rzslider not sending changed slider value

Hi i am using angularjs rzmodule/rzslider, after changing slider to some range ng-modal not returning changed value, it is still returning 10000 only which is configured initially. JS code $scope.slider = { value: 10000, options: { …
Sudarshan Kalebere
  • 3,813
  • 3
  • 34
  • 64
-1
votes
2 answers

How to search using tags in angularjs

I wanted my search box to search using tags which I have illustrated below with the image. I have tried using bootstrap tags it doesn't work for me. This is how my search should look like
1
2