angular.mock.clearDataCache = function() {
  var key,
      cache = angular.element.cache;

  for(key in cache) {