Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
angular.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
open
Function · 0.85
close
Function · 0.85
Tested by
no test coverage detected