Depends what you want to do. You'll likely want to use $http; and if the REST API is your own, you might want to look into metawidget for form generation.
Remember to modularise, e.g.: to services.js and controllers.js On Sat, Feb 1, 2014 at 5:27 PM, Sam <[email protected]> wrote: > There are a few options for consuming REST web services with AngularJS. A > google search turned out $resource, $http and restangular. I am very new to > Angularjs. Can someone more experienced which is the developer-friendly way > to consume web services for a newbie? > > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/angular. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
