xaberue / GamersCreedDAW

Gamers social network [Final DAW project 2015 (Adrià Nieto, Xavi Rueda) ]
0 stars 0 forks source link

Implement ng-options #27

Closed ChustaSoft closed 9 years ago

ChustaSoft commented 9 years ago

We need to implement a ng-options for videgame-suggestion and also for operations. IMPORTANT!

ChustaSoft commented 9 years ago

http://www.undefinednull.com/2014/08/11/a-brief-walk-through-of-the-ng-options-in-angularjs/

Example in our own code: ng-options="vUser.username for vUser in gCreedCtrl.usersArray track by vUser.id"

ChustaSoft commented 9 years ago

done!