Skip to content
Snippets Groups Projects
Commit ac73e3dc authored by Miracle Agomishor Modey's avatar Miracle Agomishor Modey
Browse files

Changed ng-value to value

parent da2311f7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
Division : <input name="division" ng-pattern="/^[0-9]*$/" ng-disabled="!price" ng-value="(nominalshare)/(price)">
<span style="color:red" ng-show="myForm.division.$error.pattern">Please type a divisible number in Nominal Share Price</span>
<br>
<input type="submit" ng-model="submit" ng-value="Submit" ng-disabled="!nominalshare">
<input type="submit" ng-model="submit" value="Submit" ng-disabled="!nominalshare">
<br>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment