Infinite loop when trying to make Angularjs display a promise
问题 I'm facing an infinite loop when trying to make AngularJS display a promise, as explained in this article: http://markdalgleish.com/2013/06/using-promises-in-angularjs-views/. I first call $parseProvider.unwrapPromises(true); : .config(["$parseProvider", function($parseProvider) { $parseProvider.unwrapPromises(true); }]) Here is the factory I use to access a message: app.factory("MessageHelper", [ function() { // omitted for brevity: // calling the server for getting the messages return { get