Questions tagged [angularjs-1.5]

Represents questions specific to AngularJS versions 1.5. The primary theme for this release was to improve the upgrade path to Angular 2. In this release, features added that will enable developers to write Angular 1 applications that are closer to the way that applications are structured in Angular 2.

Represents questions specific to AngularJS 1.5.

See https://blog.angularjs.org/2016/02/angular-150-ennoblement-facilitation.html.

For questions about AngularJS 1.6 use , and for the second version.

127 questions
-1
votes
1 answer

How to export HTML table in Angular JS?

I have created a simple table in HTML file. Now I need to make it exported in PDF or Excel or CSV format in Angular JS? Is there any easy way to do that?
Teddu
  • 207
  • 6
  • 18
-1
votes
1 answer

AngularJs $parse string to object

So lets say I have a server that returns a string like: { add:function(a,b) { return a+b; }, subtract:function(a,b) { return a-b; } } is it possible to $parse that into a function? I tryed to parse it…
Jester
  • 3,069
  • 5
  • 30
  • 44
-1
votes
1 answer

Angular $compile for dynamic content

Using Angular 1.5, I want to use a generic "overlay" component to display other components within a modal. I'd like to pass in other components to be rendered within the overlay. I thought I could use $compile in my controller, but the component…
-1
votes
1 answer

I get authManager is undefined

I am having trouble with authentication using Auth0. I get authenticate is undefined on the authManager. The authManager is injected to the authService, and it is added in app "auth0.lock", "angular-jwt" is added to the module. App.ts (run…
n3tx
  • 429
  • 2
  • 10
  • 23
-2
votes
1 answer

How to change value of scope within a function - Why is my code not working?

Simple ng-class binding is not triggered when called inside a function, how can I resolve this? $scope.afterHide = function() { $scope.inputState = "fade-in"; }
redleome
  • 13
  • 6
-2
votes
2 answers

How to perform Add, Edit and Delete operations for JSON data using AngularJS?

I have the json file: test.json: { "MyTest": [{ "Main": { "static": { "name": "TestName1" }, "dynamic": { "testkey01": "testkey01data", "testkey02": 40, …
Dhana
  • 711
  • 3
  • 14
  • 40
-4
votes
1 answer

How to load json files list into dropdown box using angularjs?

I have three json files, I wanted to load or get those json files list into my dropdown box. How can I do this using angularjs ? Please help me and thanks in advance. I have created Plnkr.
Nag
  • 129
  • 2
  • 3
  • 10
1 2 3
8
9