Skip to content

Instantly share code, notes, and snippets.

View devndone's full-sized avatar

Devendra Tiwari devndone

View GitHub Profile
@devndone
devndone / preload-images.htm
Created October 19, 2015 10:36 — 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">