All Questions
Tagged with angularjs-resource angularjs-routing
3 questions
1
vote
0
answers
543
views
Using multiple $routeparams in a url string
Per this post, I am trying to use two parameters in an URL string to link to an individual result in a REST call:
Set URL to SEO Friendly Title with Dashes instead of ID
My list of articles and ...
2
votes
0
answers
3k
views
Angularjs -- Using directives for data load or resolve
I'm working on a large mobile application and I've come across a debate. Currently I have the resources for the various rest api's wired into a directive which then loads the data into the scope at ...
0
votes
0
answers
256
views
After changing the angularjs in my application I am getting error
I developed an application which uses 1.0.1 version : https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js
Now I need to use latest version as to use new functionality so I tried ...