Can check ng-form in Controller

82 Views Asked by At

It is the first line

<div class="modal-body row" role="form" ng-form id="MarketItemForm" name="MarketItemForm">  

and if I write

console.log($scope.MarketItemForm)   

I have undefined

I don't where is error, can you help me?

0

There are 0 best solutions below