Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 54 elements: [
  2. 55 {
  3. 56 type: 'html'
  4. 57 html: "<div ng-include="'/ckeditor/dialogs/wiki_link.html'"></div>"
  5. 58 onShow: (event) ->
  6. 59 onLoad: (event) ->
  7. 60 $compile(event.sender.parts.dialog.$)($scope)
  8. 61 onHide: (args...) ->
  9. 62 console.log('onHide', args)
  10. 63 setup: (args...) ->
  11. 64 console.log('setup', args)
  12. 65 commit: (args...) ->
  13. 66 console.log('commit', args)
  14. 67 }
  15. 68 ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement