Skip to content

Commit

Permalink
fix: fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 10, 2015
1 parent 1b9ccaa commit a2d23a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-github-api-factory",
"description": "angularjs factory for github json rest api requests",
"version": "0.1.0",
"version": "0.1.1",
"main": "Gruntfile.js",
"authors": [
"Jonathan Hornung"
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-github-api-factory.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-github-api-factory",
"version": "0.1.0",
"version": "0.1.1",
"description": "angularjs factory for github json rest api requests",
"main": "Gruntfile.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/angular-github-api-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ angular.module("jtt_github", [])

var githubFactory = {};

getRepoByUserAndNamegithubFactory.getUser = function (_params) {
githubFactory.getUser = function (_params) {
var searchData = githubSearchDataService.getNew("user", _params);
return $http({
method: 'GET',
Expand Down

0 comments on commit a2d23a8

Please sign in to comment.