Skip to content

Commit a2d23a8

Browse files
committed
fix: fixed bug
1 parent 1b9ccaa commit a2d23a8

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-github-api-factory",
33
"description": "angularjs factory for github json rest api requests",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"main": "Gruntfile.js",
66
"authors": [
77
"Jonathan Hornung"

dist/angular-github-api-factory.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-github-api-factory",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "angularjs factory for github json rest api requests",
55
"main": "Gruntfile.js",
66
"scripts": {

src/angular-github-api-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ angular.module("jtt_github", [])
1111

1212
var githubFactory = {};
1313

14-
getRepoByUserAndNamegithubFactory.getUser = function (_params) {
14+
githubFactory.getUser = function (_params) {
1515
var searchData = githubSearchDataService.getNew("user", _params);
1616
return $http({
1717
method: 'GET',

0 commit comments

Comments
 (0)