angular.module('MyApp')
  .directive('passwordMatch', function() {
    return {
      require: 'ngModel',
      scope: {