File tree 4 files changed +2
-4
lines changed
4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-filter" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4 " ,
4
4
"main" : " dist/angular-filter.js" ,
5
5
"description" : " Bunch of useful filters for angularJS(with no external dependencies!)" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-filter" ,
3
3
"description" : " Bunch of useful filters for angularJS(with no external dependencies!)" ,
4
- "version" : " 0.5.3 " ,
4
+ "version" : " 0.5.4 " ,
5
5
"filename" : " angular-filter.min.js" ,
6
6
"main" : " dist/angular-filter.min.js" ,
7
7
"homepage" : " https://github.com/a8m/angular-filter" ,
Original file line number Diff line number Diff line change 7
7
* Return the matched pattern in a string.
8
8
*/
9
9
angular . module ( 'a8m.match' , [ ] )
10
-
11
10
. filter ( 'match' , function ( ) {
12
11
return function ( input , pattern , flag ) {
13
12
Original file line number Diff line number Diff line change 7
7
* test if a string match a pattern.
8
8
*/
9
9
angular . module ( 'a8m.test' , [ ] )
10
-
11
10
. filter ( 'test' , function ( ) {
12
11
return function ( input , pattern , flag ) {
13
12
You can’t perform that action at this time.
0 commit comments