Skip to content

Commit 1b9ccaa

Browse files
committed
first stable version
1 parent ac40d5f commit 1b9ccaa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

demo/js/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
var app = angular.module("app", ['jtt_github']);
22
app.controller('controller', ['$scope', 'githubFactory', function($scope, githubFactory) {
33

4-
//var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";
5-
var _access_token = "3448ed82e2f52693030ab139a3fef133a8b01853";
4+
var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";
65

76
githubFactory.getUser({
87
user:"xremix",

0 commit comments

Comments
 (0)