Posts by Cary Landholt • 26 points
1 post
-
1
votes1
answer63
viewsA: Filter with Angularjs and Gulp
It looks like "constructor" is incorrect. class StrSplit extends Filter constructor: -> return (str, splitChar, splitIndex) -> return '' unless str str.split(splitChar)[splitIndex]…