UNPKG

ionic-cordova-gulp-seed

Version:

Ionic & Cordova & Gulp seed with organized code, tests, bower support and some other stuff. Originated from ionic-angular-cordova-seed.

17 lines (16 loc) 409 B
/* * We don't document the ionPopover directive, we instead document * the $ionicPopover service */ IonicModule .directive('ionPopover', [function() { return { restrict: 'E', transclude: true, replace: true, controller: [function(){}], template: '<div class="popover-backdrop">' + '<div class="popover-wrapper" ng-transclude></div>' + '</div>' }; }]);