I don't know much about angularJS, but you can do this:
http://jsfiddle.net/H9mvd/5/
. , , .. 0, "End":
$(this).css({
'margin-left': '0',
'margin-right': '0',
width: '0'
}).on('transitionend', function(){
$(this).remove();
});
style, , .. 0. style, :
container.append('<div style="margin-left:0;margin-right:0;width:0;"></div>');
setTimeout(function(){
container.children().last().css({
'margin-left': '',
'margin-right': '',
width: ''
});
},0);
/ "", flexbox justify-content: space-around;, / ( ) , "" . , .