Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. $location = {
  2. /**
  3. * @param [hash]
  4. */
  5. hash: function(hash){
  6. },
  7. /**
  8. * @param [path]
  9. */
  10. path: function(path){
  11. },
  12. /**
  13. * @param [search]
  14. */
  15. search: function(search){
  16. }
  17. };
  18.  
  19. Scope.prototype = {
  20. /**
  21. * @param [isolate]
  22. * @param [parent]
  23. */
  24. $new: function(isolate, parent){
  25. }
  26. }
  27.  
  28. $sce = {
  29. trustAsHtml: function(value){}
  30. }
  31. HttpPromise = {};
  32. JQueryStatic = function(){};
  33. this['for'] = 'a';
  34. this['by'] = 'b';
  35. this['ctrl'] = 'ctrl';
  36. this['app'] = {};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement