Restangular get in angularjs -


i using function of restangular. , in return object have customers , other functions of restangular these functions of restangular not associated list of customer.

why? there other way?

use .plain() this.

restangular.one('accounts', 1234)     .then(function (account) {         account.plain(); // object whitout restangular methods     }); 

Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -