Skip to content

Commit cf4ca08

Browse files
authored
fix html semantics
1 parent 9c19ee8 commit cf4ca08

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Angular-filter   [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![License][license-image]][license-url]
2-
>Bunch of useful filters for AngularJS (with no external dependencies!), **v0.5.11**
1+
# Angular-filter   [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![License][license-image]][license-url]
2+
Bunch of useful filters for AngularJS *(with no external dependencies!)*
33

44
**Notice:** if you want to use `angular-filter` out of AngularJS(e.g: Node, etc..), check [Agile.js repo](https://github.com/a8m/agile)
55

6-
##Table of contents:
6+
## Table of contents:
77
- [![Gitter][gitter-image]][gitter-url]
88
- [Get Started](#get-started)
99
- [Common Questions](https://github.com/a8m/angular-filter/wiki/Common-Questions)
@@ -93,7 +93,7 @@
9393
- [isIdenticalTo](#isidenticalto) `===`
9494
- [isNotIdenticalTo](#isnotidenticalto) `!==`
9595

96-
#Get Started
96+
## Get Started
9797
**(1)** You can install angular-filter using 4 different methods:
9898
- clone & [build](#Contributing) this repository
9999
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-filter` from your terminal
@@ -126,7 +126,7 @@ When you're done, your setup should look similar to the following:
126126
</html>
127127
```
128128

129-
#Collection
129+
## Collection
130130

131131
###concat
132132

@@ -971,7 +971,7 @@ $scope.double = function(i) {
971971
-->
972972
```
973973

974-
#String
974+
## String
975975

976976
###ucfirst
977977

@@ -1166,7 +1166,8 @@ Return an array of matched element in a string<br/>
11661166
<!--result:
11671167
['15', '12', '2003']
11681168
```
1169-
#Math
1169+
1170+
## Math
11701171
11711172
###max
11721173
max find and return the largest number in a given array.
@@ -1289,7 +1290,7 @@ Converts kilobytes into formatted display<br/>
12891290
1.00126 GB
12901291
12911292
```
1292-
#Boolean
1293+
## Boolean
12931294
>Used for boolean expression in chaining filters
12941295
12951296
###isGreaterThan
@@ -1355,7 +1356,7 @@ Converts kilobytes into formatted display<br/>
13551356
<!--or: -->
13561357
<div ng-show="{{ array | map | sum | !==: num }}"></div>
13571358
```
1358-
#Changelog
1359+
## Changelog
13591360
###0.5.7
13601361
* fix issue #119
13611362

@@ -1390,10 +1391,10 @@ Converts kilobytes into formatted display<br/>
13901391
<br/>
13911392
<br/>
13921393

1393-
#TODO
1394+
## TODO
13941395
- Add project website on branch gh-pages, see **[Github-help](https://help.github.com/articles/creating-project-pages-manually)**
13951396

1396-
#Contributing
1397+
## Contributing
13971398
* If you planning add some feature please **create issue before**.
13981399
* Don't forget about tests.
13991400

0 commit comments

Comments
 (0)