Skip to content

Commit 22574cf

Browse files
fixed module name format to match repo
1 parent 40e64db commit 22574cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { EncodeFilter } from './encode.filter';
22
import { DecodeFilter } from './encode.filter';
33

44

5-
angular.module('angular-encode-url', [])
5+
angular.module('angular-url-encode', [])
66
.filter('bpcEncode', EncodeFilter)
77
.filter('bpcDecode', DecodeFilter)
88
;

0 commit comments

Comments
 (0)