@vahidvdn wrote:
Hi there.
I have an input box with ng-model attribute. Insideion-content
tag:<ion-content class="padding"> <input ng-model="myNumber" type="number" placeholder="Enter number"> </ion-content>
And in the footer-bar I have this:
<div class="bar bar-footer bar-balanced" style="background-color: #00368C !important; color: #fff;"> <div class="title"> <button ng-click="submit(myNumber)" class="button button-clear">Submit</button> </div> </div>
The alert result is undefined.
NOTE: when I put the
button
inside theion-content
it works fine.
Any idea?
Posts: 4
Participants: 2