AngularJS UI-Router + State help needed
问题 I have html code (code snippet 1) & JS code (code snippet 2) as below. In html I am including the partials and building a page that contains a ui-view which dynamically changes the html when the state changes. This is working fine.The page contains a header , a footer , a left side menu and the dynamically changing content based on the state. Now I need to include a Login page for this application. However we don't need header , footer, menu for the login screen. Currently the login screen