Skip to content

Commit

Permalink
fix html semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m authored Aug 20, 2016
1 parent 9c19ee8 commit cf4ca08
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#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]
>Bunch of useful filters for AngularJS (with no external dependencies!), **v0.5.11**
# 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]
Bunch of useful filters for AngularJS *(with no external dependencies!)*

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

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

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

#Collection
## Collection

###concat

Expand Down Expand Up @@ -971,7 +971,7 @@ $scope.double = function(i) {
-->
```

#String
## String

###ucfirst

Expand Down Expand Up @@ -1166,7 +1166,8 @@ Return an array of matched element in a string<br/>
<!--result:
['15', '12', '2003']
```
#Math
## Math
###max
max find and return the largest number in a given array.
Expand Down Expand Up @@ -1289,7 +1290,7 @@ Converts kilobytes into formatted display<br/>
1.00126 GB
```
#Boolean
## Boolean
>Used for boolean expression in chaining filters
###isGreaterThan
Expand Down Expand Up @@ -1355,7 +1356,7 @@ Converts kilobytes into formatted display<br/>
<!--or: -->
<div ng-show="{{ array | map | sum | !==: num }}"></div>
```
#Changelog
## Changelog
###0.5.7
* fix issue #119

Expand Down Expand Up @@ -1390,10 +1391,10 @@ Converts kilobytes into formatted display<br/>
<br/>
<br/>

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

#Contributing
## Contributing
* If you planning add some feature please **create issue before**.
* Don't forget about tests.

Expand Down

0 comments on commit cf4ca08

Please sign in to comment.