Ariel Mashraki

Results 198 comments of Ariel Mashraki

I can understand what @mallowigi means.. It's not a common situation, and we always could go this way... for example: **rpad:** ``` html {{ ('foo'|repeat:3) + 'bar' }}

I agree with both of you guys, and appreciate your contributions here. I think @codeedog right, and maybe we could deprecate unused filters.. we can open a new issue and...

Don't be sorry @maku, that's the point of discussion. see above the 'work around' examples e.g: ``` html {{ ('*'|repeat:10) + 'foo' }}

Can you please provide some example @alex-sherwin ? Thanks.

Make sense. I'll try to add it to **v0.5.5**, But of course you can feel free to PR. Thx.

Thanks @itsthatguy Can you please provide some example(e.g: jsbin/fiddle) ?

@ashoumalik can you please provide some live example? (e.g: jsbin, fiddle, etc.. ) Thx.

Hi @darryldecode , thanks.

@AlexCuse Thx for the PR. Could you provide a Plunker example (plnkr.co) ? Why not use the `defaults` filter for `undefined` values ? e.g: ``` js $scope.players = [ {...

Hi @benbakhar, take a look on this example, or see: [jsbin](http://jsbin.com/loreci/1/edit?html,js,output) ``` js $scope.nums = [1,2,3,4,5,6,7,8,10]; $scope.scores = [ { name: 'Dan', score: 80 }, { name: 'Edd', score: 90...