mperng / movies

A webpage that manages a home movie collection.
https://pacific-gorge-29414.herokuapp.com/#/
0 stars 0 forks source link

next_id not updating #15

Closed mperng closed 8 years ago

mperng commented 8 years ago

next_id is not incrementing in value when entering a new movie in MoviesCtrl

mperng commented 8 years ago

Solved. Going to use the $scope.$id as the id. It works well so far.