Skip to content

Commit 61eed80

Browse files
committed
Merge pull request johnpapa#429 from noritamago/develop
follow latest master branch change in ja-JP
2 parents dfbda8a + 9263f04 commit 61eed80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

i18n/ja-JP.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@
366366
}
367367
```
368368

369-
Note: 下記のコメントをコードの上部に入れることで [jshint](http://www.jshint.com/) のwarningsを避けることができます。 しかし関数がアッパーケースの場合には不要です。規約的にはそれはコンストラクタであり、Angularではコントローラに当たります。
369+
Note: コメントをコードの上部に入れることで [jshint](http://www.jshint.com/) のwarningsを避けることができます。 しかし関数がアッパーケースの場合には不要です。規約的にはそれはコンストラクタであり、Angularではコントローラに当たります。
370370

371371
```javascript
372372
/* jshint validthis: true */
@@ -1263,7 +1263,7 @@
12631263
console.log('LINK: vm.max = %s', vm.max);
12641264
}
12651265
```
1266-
z
1266+
12671267
###### [Style [Y076](#style-y076)]
12681268
12691269
- `controller as`シンタックスをディレクティブで用い、外側のscopeをディレクティブのコントローラのscopeにバインドしたいときは `bindToController = true` を使って下さい。
@@ -2476,8 +2476,8 @@ z
24762476
```
24772477
/src/client/app/customers/customer-detail.controller.js
24782478
/customer-detail.controller.spec.js
2479+
/customers.controller.js
24792480
/customers.controller.spec.js
2480-
/customers.controller-detail.spec.js
24812481
/customers.module.js
24822482
/customers.route.js
24832483
/customers.route.spec.js
@@ -2724,7 +2724,6 @@ z
27242724
"disallowCommaBeforeLineBreak": null,
27252725
"disallowDanglingUnderscores": null,
27262726
"disallowEmptyBlocks": null,
2727-
"disallowMultipleLineStrings": null,
27282727
"disallowTrailingComma": null,
27292728
"requireCommaBeforeLineBreak": null,
27302729
"requireDotNotation": null,

0 commit comments

Comments
 (0)