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

Commit e24d968

Browse files
brycehanscomblgalfaso
authored andcommittedJan 5, 2015
style(ngRoute): move comment inside relevant function
This is a functional workaround for babel/babel#376 And makes the comment code-style more consistent with line 143 and line 463.
1 parent a01ce6b commit e24d968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ngRoute/route.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,8 +607,8 @@ function $RouteProvider() {
607607
return $q.all(locals);
608608
}
609609
}).
610-
// after route change
611610
then(function(locals) {
611+
// after route change
612612
if (nextRoute == $route.current) {
613613
if (nextRoute) {
614614
nextRoute.locals = locals;

0 commit comments

Comments
 (0)
This repository has been archived.