I'm a beginner in developing mobile apps with Stamplay. I'm designing an e-commerce mobile app. So far, I have been able to implement authentification, "add category" feature in my app. Now I'm creating a form that allows me to upload articles in the database. Below is my code:
<input type="file" ng-model="article.image_url" ngf-max-height="1000" ngf-max-size="1MB">
Here is the error returned by the debug tool:
TypeError: Cannot read property 'image' of undefined ionic.bundle.js:26794
Any suggestions?