Skip to content

Commit 565c6ba

Browse files
author
zhangbo
committed
gitignore
1 parent 07bbfbf commit 565c6ba

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ <h1 id="" class="text-center" style="margin: 100px;">
2222

2323
var app = angular.module('demo' , ['lazyload']);
2424
app.controller('demoCtro' , function($scope){
25+
2526
$scope.title = 'lazyload-directive';
27+
28+
// 图片集合
2629
$scope.imgs = [];
2730

2831
var url = 600;

0 commit comments

Comments
 (0)