Update some copy/paste typos in code comments

This commit is contained in:
Warren Buckley
2017-01-19 15:18:12 +00:00
parent 3b54db9b49
commit abebb40461
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
saveMethod: codefileResource.save,
scope: $scope,
content: vm.partialView,
//We do not redirect on failure for stylesheets - this is because it is not possible to actually save the doc
//We do not redirect on failure for partialviews - this is because it is not possible to actually save the partialviews
// type when server side validation fails - as opposed to content where we are capable of saving the content
// item if server side validation fails
redirectOnFailure: false,

View File

@@ -26,7 +26,7 @@
saveMethod: templateResource.save,
scope: $scope,
content: vm.template,
//We do not redirect on failure for templates - this is because it is not possible to actually save the doc
//We do not redirect on failure for templates - this is because it is not possible to actually save the template
// type when server side validation fails - as opposed to content where we are capable of saving the content
// item if server side validation fails
redirectOnFailure: false,