SyntaxFix
Write A Post
Hire A Developer
Questions
Simple
var a=[{a:4}], b=[{b:5}] angular.merge(a,b) // [{a:4, b:5}]
Tested on angular 1.4.1