Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
amcdnl edited this page Nov 5, 2014 · 8 revisions

Common Issues

  • ng-model does not work with a simple variable on $scope. So ng-model="animal" would not work it would need to be ng-model="model.animal" or ng-model="$parent.animal".

Clone this wiki locally