Ariel Mashraki

Results 198 comments of Ariel Mashraki

@apuchkov , you should do it this way: [jsbin](http://jsbin.com/sefazu/1/edit?html,output) thx

@apuchkov I'm not sure if it's a bug.. I'll look deeply later.. for now, here's a quick fix for that: [jsbin](http://jsbin.com/vepaki/2/edit?html,js,output).

so, change the cast function to: ``` js $scope.cast = function(arr) { return arr.$key = new Date(arr.$key); } ```

Looks like the issue is [resolved](http://jsbin.com/jalotu/edit?html,js,output) in **v0.5.6**. I'm closing it. If there's still any problem, do not hesitate to reopen. Thanks.

Can you please provide some fiddle/jsbin example? Thx.

@maku I think it would be a useful filters. We can go this way... `string | rpad: string: length[optional]` **rpad:** ``` html {{ 'foo' | rpad: 'bar' }} {{ 'foo'...