https://github.com/johnnythetank/angular-leetspeak
leetspeak filter for AngularJS
https://github.com/johnnythetank/angular-leetspeak
Last synced: 11 months ago
JSON representation
leetspeak filter for AngularJS
- Host: GitHub
- URL: https://github.com/johnnythetank/angular-leetspeak
- Owner: JohnnyTheTank
- Created: 2016-04-05T17:41:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T07:45:08.000Z (about 10 years ago)
- Last Synced: 2024-11-08T13:41:41.149Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://plnkr.co/edit/eomjSW
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-leetspeak
leetspeak filter for AngularJS
[](https://badge.fury.io/js/angular-leetspeak)
[](https://badge.fury.io/bo/angular-leetspeak)
## Demo
[demo on plnkr](http://plnkr.co/edit/eomjSW?p=preview)
## Usage
1. Install via either [bower](http://bower.io/), [npm](https://www.npmjs.com/) or downloaded files:
1. via bower: `bower install --save angular-leetspeak`
2. via npm: `npm install --save angular-leetspeak`
3. via [downloaded files](https://github.com/JohnnyTheTank/angular-leetspeak/zipball/master)
2. Add `jtt_leetspeak` to your application's module dependencies.
3. Include dependencies and angular-leetspeak in your HTML.
1. When using bower
```html
```
2. When using npm
```html
```
3. When using downloaded files
```html
```
4. Use the angular filter `leetspeak` like this: `{{ name | leetspeak }}`
## Sample
HTML
```html
Author: {{ 'JohnnyTheTank' | leetspeak }}
```
Result:
```html
Author: j0hnny7h374nk
```
# LICENSE
MIT