ui.directive('uiErrorHandler', ["$rootScope", "ngIHConfig", function ($rootScope, ngIHConfig) {
    'use strict';

    var linkFunction = function (scope, elm, attrs) {
      if (ngIHConfig.scrollToError) {