$state.go works, but functions on new page do not work

I’m coding an application with many states. I have a login page, and it is supposed to bring you to the home feed page. I used to have the $urlRouterProvider.otherwise function set to the home feed, and all the functions on the home feed worked. Now, after navigating to the home feed from the login page, all the modals stopped working, and all the functions bring you right back to the login page immediately. Can someone help?!?!?!