IBM MobileFirst Platform and Mobile Angular UI
问题 I have created an MFP project with the MFP CLI After creating the project, I ran "yo mobileangularui" in the project root to install Mobile Angular UI This scaffolds out a Mobile Angular UI project with AngularJS and Gulp I am minifying all the js and css files, including the MFP javascript files and putting them in the MFP common folder with gulp Everything loads fine when I view it in the MFP console, but not on localhost. My problem is that the sidebars do not work when I click on them. I