MCPcopy
hub / github.com/angular-ui/ui-router / extend

Function extend

test/angular/1.7/angular.js:517–519  ·  view source on GitHub ↗

* @ngdoc function * @name angular.extend * @module ng * @kind function * * @description * Extends the destination object `dst` by copying own enumerable properties from the `src` object(s) * to `dst`. You can specify multiple `src` objects. If you want to preserve original objects, you can do

(dst)

Source from the content-addressed store, hash-verified

515 * @returns {Object} Reference to `dst`.
516 */
517function extend(dst) {
518 return baseExtend(dst, slice.call(arguments, 1), false);
519}
520
521
522/**

Callers 15

inheritFunction · 0.70
bootstrapFunction · 0.70
bindJQueryFunction · 0.70
publishExternalAPIFunction · 0.70
angular.jsFile · 0.70
$$jqLiteProviderFunction · 0.70
cacheFactoryFunction · 0.70
nodeLinkFnFunction · 0.70
cloneAndAnnotateFnFunction · 0.70
$ControllerProviderFunction · 0.70
$httpFunction · 0.70
mergeHeadersFunction · 0.70

Calls 1

baseExtendFunction · 0.70

Tested by

no test coverage detected