/* * We don't document the ionModal directive, we instead document * the $ionicModal service */ IonicModule .directive('ionModal', [function() { return { restrict: 'E', transclude: true, replace: true, controller: [function(){}], template: '' }; }]);