removed routes for old unused survey controllers

for survemakeradd and surverymakeredit, these controllers are not being used anymore and have been replaced by the surver helper class. i'm taking out the routes for these html pages/controllers as they are no longer relavant
This commit is contained in:
Jared Tabor 2014-10-08 10:00:44 -04:00
parent 9c81144533
commit b22c4cb56a
2 changed files with 1261 additions and 8 deletions

View File

@ -166,15 +166,15 @@ angular.module('Tower', [
controller: 'JobTemplatesEdit'
}).
when('/job_templates/:template_id/survey/add', {
templateUrl: urlPrefix + 'partials/survey_maker.html',
controller: 'SurveyMakerAdd'
}).
// when('/job_templates/:template_id/survey/add', {
// templateUrl: urlPrefix + 'partials/survey_maker.html',
// controller: 'SurveyMakerAdd'
// }).
when('/job_templates/:template_id/survey/edit', {
templateUrl: urlPrefix + 'partials/survey_maker.html',
controller: 'SurveyMakerEdit'
}).
// when('/job_templates/:template_id/survey/edit', {
// templateUrl: urlPrefix + 'partials/survey_maker.html',
// controller: 'SurveyMakerEdit'
// }).
when('/job_templates/:id/schedules', {
templateUrl: urlPrefix + 'partials/schedule_detail.html',

File diff suppressed because it is too large Load Diff