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

Commit

Permalink
Merge pull request #32 from MovingImage24/WBC-938
Browse files Browse the repository at this point in the history
 Wbc 938
  • Loading branch information
omid committed Dec 7, 2017
2 parents ad12e28 + 5ee43eb commit c0a98cd
Show file tree
Hide file tree
Showing 8 changed files with 6,976 additions and 5,990 deletions.
11,910 changes: 5,961 additions & 5,949 deletions dist/mi-angular-bitdash-player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mi-angular-bitdash-player.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion interface/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export interface IBitdashDirective extends angular.IScope {
config: any;
webcast: any;
options?: any;
state?: any;
}

export interface IMyElement extends Element {
Expand Down Expand Up @@ -50,4 +51,4 @@ export interface IConfig {
events: object;
source?: {dash: string, hls: string, hiveServiceUrl: string};
style?: {ux: boolean};
}
}

0 comments on commit c0a98cd

Please sign in to comment.