Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. oModul.service('modal', function(){
  2.  
  3.     this.otvoriModal = function(sHref)
  4.     {
  5.         $('#modals').removeData('bs.modal');
  6.         $('#modals').modal
  7.         ({
  8.             remote: sHref,
  9.             show: true
  10.         });
  11.     };
  12.  
  13. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement