Angular-Modal Remove jQuery from tests

Replace reference to `$` with `angular.element`
This commit is contained in:
Ben Tesser
2017-11-02 17:27:33 -04:00
parent a906f82f88
commit dad6cd0361

View File

@@ -47,7 +47,7 @@ function withContainerAsString() {
// With container as jQuery element
function withContainerAsJquery() {
var container: JQuery = $('body');
var container: JQuery = angular.element('body');
btfModal({
template: '<div></div>',
container: container