Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Release v1.5.3 (close #4)
Browse files Browse the repository at this point in the history
  • Loading branch information
beevelop committed Sep 15, 2016
1 parent 2212ff1 commit 5f223dc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2,705 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tests"
],
"dependencies": {
"feathers-client": "1.5.2",
"feathers-client": "1.5.3",
"socket.io-client": "1.4.8"
}
}
4 changes: 1 addition & 3 deletions dist/ng-feathers.min.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/**
* ngFeathers
*
* @version 0.1.2
* @version 1.5.3
* @author Maik Hummel <m@ikhummel.com>
* @license MIT
*/
/*global
angular, feathers, io */
angular.module("ngFeathers",[]).provider("$feathers",[function(){var a=null,b=null,c=!0,d=window.localStorage;return{setAuthStorage:function(a){d=a},setSocketOpts:function(a){b=a},useSocket:function(a){c=!!a},setEndpoint:function(b){a=b},$get:[function(){return this.app=feathers().configure(feathers.hooks()),c?(this.socket=io(a,b),this.app.configure(feathers.socketio(this.socket))):this.app.configure(feathers.rest(a).jquery(window.jQuery)),this.app.configure(feathers.authentication({storage:d})),this.app}]}}]);
Loading

0 comments on commit 5f223dc

Please sign in to comment.