Advertisement
Guest User

Untitled

a guest
May 28th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. angular.module('ngDraggableModal',[])
  2. .directive('windowClass',function(){
  3. return {
  4. restrict:'A',
  5. link: function(element,attrs){
  6.  
  7. }
  8. };
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement