Skip to content

Commit 271eb0b

Browse files
authored
Merge pull request ionic-team#242 from ChristiaanScheermeijer/patch-1
fix: routeMatch never matches given routes
2 parents 0316a1d + f5f024e commit 271eb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/deeplink.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var IonicDeeplink = {
5050
for (var targetPath in paths) {
5151
pathData = paths[targetPath];
5252

53-
var matchedParams = self.routeMatch(pathData, realPath);
53+
var matchedParams = self.routeMatch(targetPath, realPath);
5454

5555
if (matchedParams !== false) {
5656
matched = true;

0 commit comments

Comments
 (0)