2014-04-22から1日間の記事一覧

AngularJS チュートリアル step-2

blog1.mammb.com前回からの続きになります。 まず前回の単なるHTMLをそのまま。 <html lang="ja" ng-app> <head> <meta charset="utf-8"> <title>Phone Gallery</title> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet"> </head> <body> <ul> <li> <span>Nexus S</span> <p>Fast…</p></li></ul></body></html>