Get started with angular-cached-resource CDN

MIT licensed

Angular-cached-resource: Improves AngularJS app performance by caching HTTP responses.

Tags:
  • angularjs
  • resource
  • cache

Stable version

Copied!

How to start using angular-cached-resource CDN


<!DOCTYPE html>
<html>
<head>
  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.9/angular.min.js"></script>
  <script src="https://cdn.cdnhub.io/angular-cached-resource/1.4.2/angular-cached-resource.min.js"></script>
  <script src="app.js"></script>
</head>
<body ng-app="myApp">
  <!-- Your application content goes here -->
</body>
</html>
Copied!
Copied!

All versions