Update some copy/paste typos in code comments
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user