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

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