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

AngularJS チュートリアル step-3

blog1.mammb.com前回からの続きになります。 テンプレートとして index.html を以下のように変更。 app/index.html <html lang="ja" ng-app="phonecatApp"> <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> </html>