D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
davidpham5
Full window
Github gist
set default option to angularjs select
<html lang="ru-RU"><head> <title>Hello There</title> <meta charset="UTF-8"> </head> <body ng-app="phamApp" ng-controller="MainCtrl"> <div class="container"> <br /> <br /> <div class="row"> <div class="col-md-6 col-md-push-3"> <label for="myHeroes"><h2>Superheroes</h2></label> <superhero></superhero> </div> </div> </div> </body> </html>