angular.module('mobile-angular-ui.components.modals', [])

  .directive('modal', [
    '$rootElement',
    function($rootElement) {