mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-13 08:59:54 +08:00
chore(compileSpec): make jscs happy
Broke because40bbc98178landed befored3b1f502e3
This commit is contained in:
@@ -3564,8 +3564,8 @@ describe('$compile', function() {
|
||||
});
|
||||
|
||||
|
||||
describe('collection object reference', function () {
|
||||
it('should update isolate scope when origin scope changes', inject(function () {
|
||||
describe('collection object reference', function() {
|
||||
it('should update isolate scope when origin scope changes', inject(function() {
|
||||
$rootScope.collection = [{
|
||||
name: 'Gabriel',
|
||||
value: 18
|
||||
@@ -3588,7 +3588,7 @@ describe('$compile', function() {
|
||||
expect(componentScope.colrefAlias).toEqual([$rootScope.collection[0]]);
|
||||
}));
|
||||
|
||||
it('should update origin scope when isolate scope changes', inject(function () {
|
||||
it('should update origin scope when isolate scope changes', inject(function() {
|
||||
$rootScope.collection = [{
|
||||
name: 'Gabriel',
|
||||
value: 18
|
||||
|
||||
Reference in New Issue
Block a user