Skip to content

Commit 7e995c5

Browse files
author
zhangbo
committed
使用
1 parent 38150f1 commit 7e995c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ npm install && bower install
1717

1818
### 使用
1919
#### demo用法
20-
* html
20+
#### html
2121
```
2222
<body ng-app="demo" ng-controller="demoCtro" class="row text-center">
2323
<div ui-pagination conf="conf"></div>
2424
</body>
2525
2626
```
2727

28-
* js
28+
#### js
2929
```
3030
var app = angular.module('demo' , ['pagination']);
3131

0 commit comments

Comments
 (0)