|
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!)* |
3 | 3 |
|
4 | 4 | **Notice:** if you want to use `angular-filter` out of AngularJS(e.g: Node, etc..), check [Agile.js repo](https://github.com/a8m/agile)
|
5 | 5 |
|
6 |
| -##Table of contents: |
| 6 | +## Table of contents: |
7 | 7 | - [![Gitter][gitter-image]][gitter-url]
|
8 | 8 | - [Get Started](#get-started)
|
9 | 9 | - [Common Questions](https://github.com/a8m/angular-filter/wiki/Common-Questions)
|
|
93 | 93 | - [isIdenticalTo](#isidenticalto) `===`
|
94 | 94 | - [isNotIdenticalTo](#isnotidenticalto) `!==`
|
95 | 95 |
|
96 |
| -#Get Started |
| 96 | +## Get Started |
97 | 97 | **(1)** You can install angular-filter using 4 different methods:
|
98 | 98 | - clone & [build](#Contributing) this repository
|
99 | 99 | - 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:
|
126 | 126 | </html>
|
127 | 127 | ```
|
128 | 128 |
|
129 |
| -#Collection |
| 129 | +## Collection |
130 | 130 |
|
131 | 131 | ###concat
|
132 | 132 |
|
@@ -971,7 +971,7 @@ $scope.double = function(i) {
|
971 | 971 | -->
|
972 | 972 | ```
|
973 | 973 |
|
974 |
| -#String |
| 974 | +## String |
975 | 975 |
|
976 | 976 | ###ucfirst
|
977 | 977 |
|
@@ -1166,7 +1166,8 @@ Return an array of matched element in a string<br/>
|
1166 | 1166 | <!--result:
|
1167 | 1167 | ['15', '12', '2003']
|
1168 | 1168 | ```
|
1169 |
| -#Math |
| 1169 | +
|
| 1170 | +## Math |
1170 | 1171 |
|
1171 | 1172 | ###max
|
1172 | 1173 | max find and return the largest number in a given array.
|
@@ -1289,7 +1290,7 @@ Converts kilobytes into formatted display<br/>
|
1289 | 1290 | 1.00126 GB
|
1290 | 1291 |
|
1291 | 1292 | ```
|
1292 |
| -#Boolean |
| 1293 | +## Boolean |
1293 | 1294 | >Used for boolean expression in chaining filters
|
1294 | 1295 |
|
1295 | 1296 | ###isGreaterThan
|
@@ -1355,7 +1356,7 @@ Converts kilobytes into formatted display<br/>
|
1355 | 1356 | <!--or: -->
|
1356 | 1357 | <div ng-show="{{ array | map | sum | !==: num }}"></div>
|
1357 | 1358 | ```
|
1358 |
| -#Changelog |
| 1359 | +## Changelog |
1359 | 1360 | ###0.5.7
|
1360 | 1361 | * fix issue #119
|
1361 | 1362 |
|
@@ -1390,10 +1391,10 @@ Converts kilobytes into formatted display<br/>
|
1390 | 1391 | <br/>
|
1391 | 1392 | <br/>
|
1392 | 1393 |
|
1393 |
| -#TODO |
| 1394 | +## TODO |
1394 | 1395 | - Add project website on branch gh-pages, see **[Github-help](https://help.github.com/articles/creating-project-pages-manually)**
|
1395 | 1396 |
|
1396 |
| -#Contributing |
| 1397 | +## Contributing |
1397 | 1398 | * If you planning add some feature please **create issue before**.
|
1398 | 1399 | * Don't forget about tests.
|
1399 | 1400 |
|
|
0 commit comments