(element, attr)
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected