Skip to content

Commit a7c50e4

Browse files
author
Alex Kessinger
committed
bump
1 parent 308b3c5 commit a7c50e4

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-adn",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"dependencies": {
55
"purl": "~2.3.1",
66
"underscore": "~1.5.1",

dist/angular-adn.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,10 @@ angular.module('adn').factory('ApiClient', [
107107
apiClient.getBroadcastChannels = function () {
108108
return apiClient.get({
109109
url: '/channels',
110-
params: { channel_types: 'net.app.core.broadcast' }
110+
params: {
111+
channel_types: 'net.app.core.broadcast',
112+
count: 200
113+
}
111114
});
112115
};
113116
apiClient.getChannel = function (channel_id) {

dist/angular-adn.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-adn",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "angular-adn",
55
"keywords": [
66
"angular",

0 commit comments

Comments
 (0)