(shown)
| 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(); } |
nothing calls this directly
no outgoing calls
no test coverage detected