angular.module('myapp') .directive('mydirective', [ '$compile', function($compile, $http) { // ... }]);