Skip to content

Commit

Permalink
first stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 9, 2015
1 parent ac40d5f commit 1b9ccaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/js/app.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
var app = angular.module("app", ['jtt_github']);
app.controller('controller', ['$scope', 'githubFactory', function($scope, githubFactory) {

//var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";
var _access_token = "3448ed82e2f52693030ab139a3fef133a8b01853";
var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";

githubFactory.getUser({
user:"xremix",
Expand Down

0 comments on commit 1b9ccaa

Please sign in to comment.