docs(tutorial/step02): fix missing brace

Closes #4301
This commit is contained in:
pzajdel 2013-10-06 22:18:26 +02:00 committed by Pete Bacon Darwin
parent 47f7bd706e
commit 28fe4464d8

View file

@ -167,7 +167,7 @@ describe('PhoneCat controllers', function() {
ctrl = $controller('PhoneListCtrl', { $scope: scope });
expect(scope.phones.length).toBe(3);
});
}));
});
});
</pre>