SHARE
TWEET

Untitled

a guest Jan 14th, 2016 52 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var main = angular.module("app", function () { });
  2.  
  3. main.controller("leaguecontroller", function ($http) {
  4.     $http.get("/").success(function (data) {
  5.         console.log("Yay", data);
  6.     })
  7. });
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top