I\'m starting to play around with AngularJS forms in jsfiddle and I\'ve come across a problem already where a very simple form example is not working as expected. All I have
You can re-initialize the form from your controller before you try to access $scope.form with this line of code. $scope.form will then be available.
angular.element(jQuery('.form-control')).triggerHandler('input')