MCPcopy Create free account
hub / github.com/binux/qiandao / Attributes

Function Attributes

web/static/components/angularjs/angular.js:5747–5750  ·  view source on GitHub ↗
(element, attr)

Source from the content-addressed store, hash-verified

5745 $controller, $rootScope, $document, $sce, $animate, $$sanitizeUri) {
5746
5747 var Attributes = function(element, attr) {
5748 this.$$element = element;
5749 this.$attr = attr || {};
5750 };
5751
5752 Attributes.prototype = {
5753 $normalize: directiveNormalize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected