D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
bclinkinbeard
Full window
Github gist
Why doesn't this work? AngularJS 1.2.10
<!DOCTYPE html> <html ng-app="app"> <head> <title></title> </head> <body> <div ng-controller="Ctrl"> {{ msg }} </div> <script type="text/javascript" src="vendor/angular.js"></script> <script type="text/javascript" src="vendor/angular-mocks.js"></script> <script type="text/javascript" src="app.js"></script> </body> </html>