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

Function extend

test/angular/1.4/angular.js:469–471  ·  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

467 * @returns {Object} Reference to `dst`.
468 */
469function extend(dst) {
470 return baseExtend(dst, slice.call(arguments, 1), false);
471}
472
473
474/**

Callers 15

inheritFunction · 0.70
bootstrapFunction · 0.70
bindJQueryFunction · 0.70
publishExternalAPIFunction · 0.70
jqLiteDataFunction · 0.70
angular.jsFile · 0.70
$$jqLiteProviderFunction · 0.70
cacheFactoryFunction · 0.70
cloneAndAnnotateFnFunction · 0.70
$ControllerProviderFunction · 0.70
$httpFunction · 0.70
transformResponseFunction · 0.70

Calls 1

baseExtendFunction · 0.70

Tested by

no test coverage detected