MCPcopy Index your code
hub / github.com/angular-app/angular-app / modal.js

File modal.js

client/src/common/directives/modal.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1angular.module('directives.modal', []).directive('modal', ['$parse',function($parse) {
2 var backdropEl;
3 var body = angular.element(document.getElementsByTagName('body')[0]);
4 var defaultOpts = {

Callers

nothing calls this directly

Calls 2

openFunction · 0.85
closeFunction · 0.85

Tested by

no test coverage detected