Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 9bb2f28

Browse files
committed
exped the serialize function
1 parent 45bf5bb commit 9bb2f28

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

base.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ angular.module('angularBase').service('Base', ['$rootScope', '$http', '$q', '$an
3535
return str.join("&");
3636
};
3737

38+
// Expose Serializer
39+
this.serialize = serialize;
40+
3841
// Config Options
3942
this.config = $angularBaseConfig;
4043

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular_base",
3-
"version": "0.0.9",
3+
"version": "0.1.0",
44
"devDependencies": {
55
"angularjs": "~1.3.11",
66
"angular-mocks": "~1.3.11"

dist/base.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ angular.module('angularBase').service('Base', ['$rootScope', '$http', '$q', '$an
3535
return str.join("&");
3636
};
3737

38+
// Expose Serializer
39+
this.serialize = serialize;
40+
3841
// Config Options
3942
this.config = $angularBaseConfig;
4043

dist/base.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)