MCPcopy Create free account
hub / github.com/apache/cloudstack / addLinkFns

Function addLinkFns

tools/ngui/static/js/lib/angular.js:4254–4263  ·  view source on GitHub ↗
(pre, post)

Source from the content-addressed store, hash-verified

4252 ////////////////////
4253
4254 function addLinkFns(pre, post) {
4255 if (pre) {
4256 pre.require = directive.require;
4257 preLinkFns.push(pre);
4258 }
4259 if (post) {
4260 post.require = directive.require;
4261 postLinkFns.push(post);
4262 }
4263 }
4264
4265
4266 function getControllers(require, $element) {

Callers 1

applyDirectivesToNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected