TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A Better AngularJS Model Layer

5 pointsby amcdnlabout 10 years ago
$ngResource is kinda a pain. It lacks a lot of common features. There are a ton of alternatives but they are either heavy or don&#x27;t really fit the AngularJS pattern.<p>In the search for the perfect model for Angular, I kept coming up short. So I decided to take the challenge face on.<p>I give you angular-model-factory. It implements the same pattern as ngResource but adds everything it should have!<p>https:&#x2F;&#x2F;github.com&#x2F;Swimlane&#x2F;angular-model-factory

2 comments

kclayabout 10 years ago
How does this differ from Restangular?
byoung2about 10 years ago
Clickable: <a href="https:&#x2F;&#x2F;github.com&#x2F;Swimlane&#x2F;angular-model-factory" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Swimlane&#x2F;angular-model-factory</a>