2014-06-24から1日間の記事一覧

AngularJS でローカルの json ファイルを読み込む

AngularJS で json ファイルを読み込みたい場合は angular-resource を使用します。 [index.html] <html ng-app="phonecatApp"> <head> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.17/angular.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular-resource.min.js"></script>…</head></html>