Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 36666f6

Browse files
committedOct 23, 2014
chore(compileSpec): make jscs happy
Broke because 40bbc98 landed before d3b1f50
1 parent d3b1f50 commit 36666f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎test/ng/compileSpec.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -3564,8 +3564,8 @@ describe('$compile', function() {
35643564
});
35653565

35663566

3567-
describe('collection object reference', function () {
3568-
it('should update isolate scope when origin scope changes', inject(function () {
3567+
describe('collection object reference', function() {
3568+
it('should update isolate scope when origin scope changes', inject(function() {
35693569
$rootScope.collection = [{
35703570
name: 'Gabriel',
35713571
value: 18
@@ -3588,7 +3588,7 @@ describe('$compile', function() {
35883588
expect(componentScope.colrefAlias).toEqual([$rootScope.collection[0]]);
35893589
}));
35903590

3591-
it('should update origin scope when isolate scope changes', inject(function () {
3591+
it('should update origin scope when isolate scope changes', inject(function() {
35923592
$rootScope.collection = [{
35933593
name: 'Gabriel',
35943594
value: 18

0 commit comments

Comments
 (0)