Rolled back awPopOver changes.

This commit is contained in:
Chris Houseknecht
2014-04-02 11:55:00 -04:00
parent 0d18e85ba3
commit 3068f35aeb

View File

@@ -308,19 +308,18 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
}
}
});
/*
$('.popover').each(function() {
// remove lingering popover <div>. Seems to be a bug in TB3 RC1
$(this).remove();
});*/
/*$('.tooltip').each( function() {
});
$('.tooltip').each( function() {
// close any lingering tool tipss
$(this).hide();
});*/
});
$(this).popover('toggle');
/*$('.popover').each(function() {
$('.popover').each(function() {
$compile($(this))(scope); //make nested directives work!
});*/
});
$('.popover-content, .popover-title').click(function() {
$(self).popover('hide');
});