質問編集履歴

1

見やすく修正

2017/12/06 11:43

投稿

shori0128
shori0128

スコア29

test CHANGED
File without changes
test CHANGED
@@ -208,6 +208,8 @@
208
208
 
209
209
  $scope.openGZEdit = function (index) {
210
210
 
211
+ //ここで引数を渡したいが。。。
212
+
211
213
  appNavi.pushPage('gazoEdit.html', {
212
214
 
213
215
  src: $scope.item[index].src,
@@ -224,7 +226,9 @@
224
226
 
225
227
  .controller('gazoEditCtrl', function ($scope) {
226
228
 
229
+ //is not functionとエラーが出る。
230
+
227
- const options = $scope.appNavi.getCurrentPage();
231
+ const options = $scope.appNavi.getCurrentPage();
228
232
 
229
233
  });
230
234