We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90f5e5 commit 9db70d3Copy full SHA for 9db70d3
test/ngRoute/routeSpec.js
@@ -533,7 +533,7 @@ describe('$route', function() {
533
534
535
describe('events', function() {
536
- it('should not fire $routeChangeStart/success during bootstrap (if no route)', function() {
+ it('should not fire $routeChangeStart/Success during bootstrap (if no route)', function() {
537
var routeChangeSpy = jasmine.createSpy('route change');
538
539
module(function($routeProvider) {
0 commit comments