[UI] Common class for results
[validation.git] / ui / src / main / webapp / app / BluvalUI / NewSubmission / NewSubmissionTemplate.html
index 049c8bc..82dda0f 100644 (file)
@@ -23,7 +23,7 @@ limitations under the License.
             <div class="form-row">
                 <label for="textinputID-3a">Select Blueprint: </label> <select
                     ng-model="selectedBlueprintName"
-                    ng-change="selectedBluePrintNameChange()"
+                    ng-change="selectedBlueprintNameChange()"
                     ng-options="n for n in blueprintNames">
                 </select>
             </div>
@@ -35,7 +35,7 @@ limitations under the License.
                 <label for="textinputID-3a">Select Blueprint
                     Version: </label> <select
                     ng-model="selectedBlueprintVersion"
-                    ng-change="selectedBluePrintVersionChange()"
+                    ng-change="selectedBlueprintVersionChange()"
                     ng-options="y for y in blueprintVersions">
                 </select>
             </div>
@@ -46,7 +46,7 @@ limitations under the License.
             <div class="form-row">
                 <label for="textinputID-3a">Select Blueprint
                     Layer: </label> <select ng-model="selectedBlueprintLayer"
-                    ng-change="selectedBluePrintLayerChange()"
+                    ng-change="selectedBlueprintLayerChange()"
                     ng-options="l for l in blueprintLayers">
                 </select>
             </div>
@@ -55,7 +55,8 @@ limitations under the License.
 
         <div>
             <div class="form-row">
-                <label for="textinputID-3a">Optional Test Cases: </label> <select ng-model="selectedOptional"
+                <label for="textinputID-3a">Optional Test Cases:
+                </label> <select ng-model="selectedOptional"
                     ng-change="selectedOptionalChange()"
                     ng-options="l for l in optionals">
                 </select>