Ребят,если кому интересно тест был вот такой
Главное:
Create a front-end webpage in Angular 1 which displays a listing of products. Each product should have:
* Product Name
* Current Auction Price
* Winning Username
* A bid button, which when pressed, will increase the price of the auction by 0.1, and update the winning username to a random name
You should also take the following criteria into account
* Site usage will be equally split between desktop (IE9+), tablet and mobile
* Performance should be as good as possible to cater for older devices (iOS 7.0+, Android 4.4+)
The demo should show usage of directives, controllers and services.
Дополнительное:
Optional Extra Credit
For extra credit, any/all of the following additional areas can be included
* Ability to select different listings from a dropdown (think categories of products)
* Pulling of auction data from a “remote” data source (via a fake service which acts as the “remote” data source), which automatically updates every second
* Localisation features
* Unit tests
вот то что я осилил
jsbin.com/fopudu