Latest changes to add ID element to form elements.

This commit is contained in:
chouseknecht
2013-09-18 16:28:12 +00:00
parent f8069ec02d
commit bc4f27ef8f
2 changed files with 18 additions and 14 deletions

View File

@@ -38,6 +38,7 @@ angular.module('LookUpHelper', [ 'RestServices', 'Utilities', 'SearchHelper', 'P
scope['lookUp' + name] = function() {
var listGenerator = GenerateList;
var listScope = listGenerator.inject(list, { mode: 'lookup', hdr: hdr });
listScope = scope;
listScope.selectAction = function() {
var found = false;
var name;