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