I'm facing a similar challenge as described in this question. However, the key difference is that I require two controllers for two distinct routes, essentially representing two different tables: ../table1 and ../table2. Each table needs to fetch data from Google Cloud Endpoints using the gapi library. How can I create an initialization sequence that accommodates this setup? Additionally, I aim to enable deep linking, allowing users to access /table1 directly instead of starting from the root path.