Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
116 views

Share data between pages with the same controller automatically - Angular JS

I am working with Ionic framework. I've got two templates both of which use the same "ListController" controller: 1) A list of products. 2) A detailed view of a specific product. Both templates ...
korteee's user avatar
  • 2,702
3 votes
2 answers
2k views

In Angular, how to find the route that "called" the controller from inside the controller?

I know that it's possible for two or more routes to share the same controller. However, at the controller, I would like to know which route "called" it. Why? Which route would determine whether I ...
Mickael Caruso's user avatar
2 votes
0 answers
576 views

Angularjs routing conflict with MVC routing

My MVC webpage have two links for "Dashboard" and "ManageClient" pages. When I directly set route path to my AngularJS page(ManageClient), my "new client" template shows in <div ng-view=""> ...
HiranG's user avatar
  • 21
1 vote
1 answer
1k views

Routing is not working in MVC Web API and AngularJS

I am using MVC Web API and Angular JS When i am giving single routeProvider, then its working after adding one more routeProvider its not working.... My Code Is: var phoneModelsApp = angular....
Avinash Singh's user avatar
2 votes
2 answers
567 views

Angular.JS unsuccessfully tries to load a view with the OPTIONS HTTP method

I have been following along with the AngularJS Fundamentals In 60-ish Minutes tutorial http://www.youtube.com/watch?v=i9MHigUZKEM I was doing fine until I got 52 minutes in when the tutor tests ...
user avatar