All Questions
5 questions
0
votes
1
answer
132
views
Using basic REST API in Angular 1.x
I have built real-time markdown editor in order to learn AngularJS by practice. I think what I'm trying to do can be done a better way. Any suggestions appreciated. Here's my code:
...
2
votes
1
answer
7k
views
Authentication system - AngularJS & Ionic Framework
I am building a small mobile app using ionic framework and angularJS. It will consume a Restful Web Service that requires authentication (User token). This means I need to keep my users token by ...
1
vote
2
answers
334
views
Angular Todo Lists - Factories? Controllers?
I have an angular app using a restful API which works, but I know is structured poorly.
I'm using a projectService (factory) to do all interfacing with the REST ...
1
vote
1
answer
5k
views
Using callbacks in a Restangular service
I have a project built with AngularJS and using Restangular in my services to handle API requests. The problem is I haven't found a good way to test the services which I think has turned into a bit of ...
12
votes
2
answers
2k
views
Simple AngularJS controller for REST API
We record software builds from our build machine into a database and for practice purposes I'm building a little web dashboard for it.
The API is REST (WebApi) and provides access to query for ...