The function below not work for check if angular using jqLite ot jQuery in the last version of angular.
Maybe we need change to check if element have a exclusive jquery methods.
//jQuery must be used, cause angular method 'find' has different behavior
if (angular.element !== $) {
throw new Error("Angular must use jQuery not jqLite");
}