Linked Questions

4 votes
1 answer
2k views

Quite new to angularJS and trying to pass information from one page to another. Currently this controller displays a list of customers in a table format, with one column being the "More info". ** ...
Vipresh's user avatar
  • 89
0 votes
2 answers
480 views

Hi i am displaying data using ng repeat. I am displaying 3 persons in a template.. now when i click on 1 of them. I want to display in detail information of that person... so i need to make new ...
Rohit's user avatar
  • 17
1 vote
1 answer
442 views

I want to try to pass data that was taken from an api: Javascript: function RecentCars($scope, $http){ $scope.cars = []; $http({method:'GET'; url:'/recent'}).success(function(data,...
Unknown's user avatar
  • 257
1 vote
2 answers
309 views

I have seen various post on stack-overflow and I try to flow, but some mistake I am doing while creating services below is my code kindly help me to find out where I am doing wrong angular ....
Amit Sharma's user avatar
0 votes
1 answer
73 views

Below this code console.log is working properly. How to set this data another page using another controller. $scope.selectedJsonObject=function(category) { console.log(category); }
moni123's user avatar
  • 165
0 votes
0 answers
48 views

I am working with Angular JS (1.x) in which I have one html page (find.html) which has submit button. When user click on submit button, it performs some search query then it redirects to another html ...
Anubha Gupta's user avatar
285 votes
16 answers
354k views

I have a controller responsible for communicating with an API to update properties of a user, name, email, etc. Each user has an 'id' which is passed from the server when the profile page is viewed. ...
nickponline's user avatar
70 votes
3 answers
133k views

I am brand new to AngularJS and like what I've seen so far, especially the model / view binding. I'd like to make use of that to construct a simple "add to basket" piece of functionality. This is my ...
Greg's user avatar
  • 31.3k
36 votes
4 answers
31k views

I'm stating to learn AngularJS, coming from a lot of different MV* frameworks. I like the framework, however I'm having trouble with passing data between Controllers. Suppose I have a screen with ...
KoenJ's user avatar
  • 1,141
21 votes
1 answer
69k views

When using an AngularJS service to try and pass data between two controllers, my second controller always receives undefined when trying to access data from the service. I am guessing this is because ...
AquaLunger's user avatar
4 votes
4 answers
8k views

I am using this generator. I have my user module: require('angular/angular'); require('angular-ui-router'); angular.module('userModule', ['ui.router']) .config(['$stateProvider', function($...
Gianfra's user avatar
  • 1,149
4 votes
5 answers
12k views

Edit: Now that I have actually worked using angularjs, I do not recommend anyone do what I was trying to accomplish. This is my first Angularjs application so I am a nooby, and still trying to ...
ryandawkins's user avatar
  • 1,545
0 votes
1 answer
5k views

I am trying to pass a value from one controller to another one. Example: page 1(controller A) has 5 lists of values. I clicked the 3rd value and so I am directed to page 2(controller B). Here I need ...
flyingkandi's user avatar
2 votes
3 answers
3k views

I am trying to create a small app using AngularJS which consists of users and issues posted by the users respectively. I am trying to show issues when a particular user is clicked. I have created ...
Sukhmeet Singh's user avatar
2 votes
1 answer
3k views

Afternoon All, We have been trying to learn AngularJS for the last week and need a little guidance on this, we want to be able to store data e.g userName, brandName and productName between routes. At ...
user avatar

15 30 50 per page
1
2 3 4 5 6