Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created September 11, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksakae1216/9e0a5cbced0fcf01453e94a05c49a2dc to your computer and use it in GitHub Desktop.
Save ksakae1216/9e0a5cbced0fcf01453e94a05c49a2dc to your computer and use it in GitHub Desktop.
<div>
<!-- ここは親画面 -->
<button ng-click="モーダルダイアログ表示する関数" />
</div>
<!-- モーダルダイアログ -->
<div ng-cloak>
<!-- モーダルダイアログの中身 -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment