UNPKG
angular-encode-uri
Version:
latest (1.0.0)
1.0.0
Encode URIs through a filter.
github.com/rubenv/angular-encode-uri
rubenv/angular-encode-uri
angular-encode-uri
/
.jshintrc
20 lines
(19 loc)
•
266 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"curly"
:
true
,
"eqeqeq"
:
true
,
"immed"
:
true
,
"latedef"
:
true
,
"newcap"
:
true
,
"noarg"
:
true
,
"sub"
:
true
,
"undef"
:
true
,
"boss"
:
true
,
"eqnull"
:
true
,
"white"
:
true
,
"proto"
:
true
,
"predef"
:
[
"$"
,
"angular"
,
"console"
]
}