MCPcopy
hub / github.com/likeastore/ngDialog / InsideDirective

Function InsideDirective

example/inside-directive/inside-directive-plain.js:7–9  ·  view source on GitHub ↗
($scope)

Source from the content-addressed store, hash-verified

5 InsideDirective.$inject = ['$scope'];
6
7 function InsideDirective($scope) {
8 this.$scope = $scope;
9 }
10
11 angular.module('inside-directive').directive('inside-directive-plain', exampleDirective);
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected