-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
next version ready + updated unit testing
- Loading branch information
Showing
6 changed files
with
539 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/*! | ||
* @lib: ngRadixx | ||
* @version: 0.0.1 | ||
* @version: 0.0.2 | ||
* @author: Ifeora Okechukwu | ||
* @created: 30/12/2016 | ||
* | ||
* | ||
* @desc: AngularJS 1.x helper library for radixx apps | ||
*/ | ||
(function(n,t){function r(){var t="$radixxDispatch",i=function(n){return function(i){var r=n.get("$rootScope");r&&r.$broadcast(t,i)}},n=null;this.configure=function(t){n=t},this.$get=["$window","$injector",function(t,r){var u=this;t.Radixx.config(n);t.Radixx.onDispatch(i(r));return new function(){this.createAction=function(n){return t.Radixx.createAction(n)},this.createStore=function(n,i){return t.Radixx.createStore(n,i)}}}]}if(!t){throw new Error("ngRadixx requires [AngularJS]");return}var i=t.module("ngRadixx",[]);i.provider("$ngRadixx",r)})(this,this.angular) | ||
(function(n,t){function r(){var t="$radixxDispatch",i=function(n){return function(i){var r=n.get("$rootScope");r&&r.$broadcast(t,i)}},n=null;this.configure=function(t){n=t},this.$get=["$window","$injector",function(t,r){var u=this;t.Radixx.config(n);t.Radixx.onDispatch(i(r));return new function(){this.createAction=function(n){return t.Radixx.createAction(n)},this.createStore=function(n,i){return t.Radixx.createStore(n,i)}}}]}if(!t){throw new Error("ngRadixx requires [AngularJS] v1.x");return}var i=t.module("ngRadixx",[]);i.provider("$ngRadixx",r)})(this,this.angular) |
Oops, something went wrong.