I’m just going through some of them to clear up some small confusions I have and there are some errors.
-
Build an App with Navigation and Routing - Part 1; both ion-view titles are “Home”. Makes you think the tabs aren’t working for a sec.
-
Build an App with Navigation and Routing - Part 2; the states are ‘app.todos’ and ‘app.help’. This doesn’t work and is different to part 1. Remove the app. and its fine.
-
Build an App with Navigation and Routing - Part 2; the $stateProvider for todos is missing it’s url. This breaks the app. If you put the correct one in (/todos) it works fine.
-
Build an App with Navigation and Routing - Part 2; The app. in front of the states also breaks the app. Without them it’s fine.
Then I got lost. Now that I’m not using the app. notation I’m not sure if that’s why it’s not working properly. Very confusing.