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 a3bd2c7 commit 13b86bcCopy full SHA for 13b86bc
.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*
bower.json
@@ -0,0 +1,21 @@
+{
+ "name": "angular-pagination",
+ "version": "1.0.0",
+ "homepage": "https://github.com/febobo/angular-paganation",
+ "authors": [
+ "febobo"
+ ],
+ "description": "基于angular 扩展的可复用的分页指令",
+ "main": "angular-pagination.min.js",
+ "keywords": [
+ "angular"
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
20
+ ]
21
+}
0 commit comments