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