AC-378 fixed broken pop-over. Using 'esc' to close now workd correctly.

This commit is contained in:
chouseknecht
2013-09-01 17:34:36 -04:00
parent 51333c0a8a
commit 503cdced2f
5 changed files with 26 additions and 19 deletions

View File

@@ -31,6 +31,7 @@ angular.module('ProjectPathHelper', ['RestServices', 'Utilities'])
scope.base_dir = data.project_base_dir;
master.base_dir = scope.base_dir; // Keep in master object so that it doesn't get
// wiped out on form reset.
console.log('base_dir: ' + scope.base_dir);
if (opts.length == 0) {
Alert('Missing Playbooks',
'<p>There are no unassigned playbook directories in the base project path (' + scope.base_dir + '). ' +