Skip to content

Commit

Permalink
test(tooltip): remove unused injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss authored and pkozlowski-opensource committed Jan 22, 2014
1 parent 3d64434 commit d9ee743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tooltip/test/tooltip.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('tooltip', function() {
expect( elmBody.children().length ).toBe( 0 );
}));

it('issue 1191 - isolate scope on the popup should always be child of correct element scope', inject( function ( $compile ) {
it('issue 1191 - isolate scope on the popup should always be child of correct element scope', function () {
var ttScope;
elm.trigger( 'mouseenter' );

Expand All @@ -159,7 +159,7 @@ describe('tooltip', function() {
expect( ttScope.$parent ).toBe( elmScope );

elm.trigger( 'mouseleave' );
}));
});

describe('with specified enable expression', function() {

Expand Down

0 comments on commit d9ee743

Please sign in to comment.