MCPcopy Create free account
hub / github.com/angular-app/angular-app / setShown

Function setShown

client/src/common/directives/modal.js:34–38  ·  view source on GitHub ↗
(shown)

Source from the content-addressed store, hash-verified

32 }
33
34 function setShown(shown) {
35 scope.$apply(function() {
36 model.assign(scope, shown);
37 });
38 }
39
40 function escapeClose(evt) {
41 if (evt.which === 27) { setClosed(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected