We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bbfbf commit 565c6baCopy full SHA for 565c6ba
.gitignore
@@ -0,0 +1,19 @@
1
+.svn
2
+.DS_Store
3
+.svn/*
4
+*.swp
5
+*.tmp
6
+tags
7
+!*memcached*
8
+.tags*
9
+*bower_components*
10
+*node_modules*
11
+*development*
12
+#vim
13
+*.un~
14
+*.swp*
15
+#python
16
+*.pyc
17
+*test*
18
+*.buildpath*
19
+*.project*
demo/index.html
@@ -22,7 +22,10 @@ <h1 id="" class="text-center" style="margin: 100px;">
22
23
var app = angular.module('demo' , ['lazyload']);
24
app.controller('demoCtro' , function($scope){
25
+
26
$scope.title = 'lazyload-directive';
27
28
+ // 图片集合
29
$scope.imgs = [];
30
31
var url = 600;
0 commit comments