Guest User

Untitled

a guest
Sep 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. this.IndexCntl = ($scope, $routeParams) ->
  2. console.log "oi"
  3.  
  4.  
  5.  
  6. // Generated by CoffeeScript 1.3.3
  7. (function() {
  8. var IndexCntl;
  9.  
  10. IndexCntl = function($scope, $routeParams) {
  11. return console.log("oi");
  12. };
  13.  
  14. }).call(this);
Add Comment
Please, Sign In to add comment