I am puzzled by this. Angular api and github have a merge function that does a deep merge of two objects, as opposed to extend (), which makes a shallow copy.
I use google cdn for angular, and calling angular.extend ('param') works, but calling angular.merge ('param') gives an undefined function. Comparing angular.js from google and one of angular themselves, merging exists on angular, but not google.
Any ideas or anyone else with this problem. Can I tell Google somehow?
source share