2016-06-21から1日間の記事一覧

Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys.

もともと: <a class = "item item-thumbnail-left" ng-repeat="story in stories track by story.id" href="{{story.url}}" target="_blank"> エラー: ionic.bundle.js Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. 解決: </a>

AngularJSでモジュールのdependencyを追加できないエラー

app.js, index.htmlをチェックした。 index.htmlでのscript読み込みでの問題が発見された。 元: <script src="components/moment/moment.js"></script> <script src="components/angular-moment/angular-moment.js"></script> <script src="lib/ionic/js/ionic.bundle.js"></script> <script src="cordova.js"></script> <script src="js/app.js">