Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Morriz committed Feb 16, 2015
2 parents 17af591 + dc4351e commit 397c84a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/spec/directives/videogular.js
Expand Up @@ -51,11 +51,17 @@ describe('Directive: Videogular', function () {
'</videogular>'
);

elementAudio = angular.element(
'<videogular vg-theme="config.theme.url">' +
'<vg-media vg-type="audio" vg-src="config.sources" vg-tracks="config.tracks" vg-native-controls="config.controls" vg-preload="config.preload" vg-loop="config.loop"></vg-media>' +
'</videogular>'
);

$compile(element)($scope);
$scope.$digest();
}));

describe("Element creation - ", function() {
describe("Element creation: video - ", function() {
it("should have been created a video element", function() {
var video = element.find("video");

Expand Down

0 comments on commit 397c84a

Please sign in to comment.