We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40d5f commit 1b9ccaaCopy full SHA for 1b9ccaa
demo/js/app.js
@@ -1,8 +1,7 @@
1
var app = angular.module("app", ['jtt_github']);
2
app.controller('controller', ['$scope', 'githubFactory', function($scope, githubFactory) {
3
4
- //var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";
5
- var _access_token = "3448ed82e2f52693030ab139a3fef133a8b01853";
+ var _access_token = "<YOUR_GITHUB_ACCESS_TOKEN>";
6
7
githubFactory.getUser({
8
user:"xremix",
0 commit comments