Skip to content

Instantly share code, notes, and snippets.

@danya0365
danya0365 / preload-images.htm
Created October 13, 2015 01:42 — forked from bennadel/preload-images.htm
Preloading Images In AngularJS With Promises
<!doctype html>
<html ng-app="Demo">
<head>
<meta charset="utf-8" />
<title>
Preloading Images In AngularJS With Promises
</title>
</head>
<body ng-controller="AppController">