We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedc832 commit 15729acCopy full SHA for 15729ac
README.md
@@ -1,15 +1,31 @@
1
# Angular URL-Encode Filter
2
3
4
+## Installation
5
+
6
+`$ bower install angular-url-encode --save`
7
8
+Add `bc.AngularUrlEncode` to your module's dependencies:
9
10
+```
11
+angular.module('myModule', ['bc.AngularUrlEncode']);
12
13
14
15
+## Usage
16
17
+__coming soon__
18
19
20
## Demo
21
-[__NEED_DEMO__](http://google.com)
22
23
24
25
- - -
26
27
-### Scripts
28
+### Development Scripts
29
30
* `npm run build` - produces production version of your library under the `dist` folder
31
* `npm run dev` - produces development version of your library and runs a watcher
0 commit comments