mobile-angular-ui

IBM MobileFirst Platform and Mobile Angular UI

醉酒当歌 提交于 2020-01-06 14:09:49
问题 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

IBM MobileFirst Platform and Mobile Angular UI

半腔热情 提交于 2020-01-06 14:08:10
问题 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

Change @media screen sizes in mobileangularui

随声附和 提交于 2020-01-06 07:44:49
问题 I am just starting a project in PhoneGap , Angular JS and mobileangularui . I am aware that mobileangularui uses bootstrap CSS and has components written in Angular JS. I am testing the responsive grid of bootstrap in my project. The default screen sizes defined in bootstrap for breakpoints are: xs: 480px and up. sm: 768px and up. md: 992px and up. lg: 1280px and up. I would like to change these to custom values. If I was using bootstrap (without mobileangularui), I would have customized the

Dynamically generate modals with MobileAngularUI

醉酒当歌 提交于 2019-12-11 10:44:49
问题 I am using the Mobile Angular UI framework for my mobile web-app. This Page explains the directive on how to generate modals (they slightly change the bootstrap framework) I manage to reproduce the example, however when I wrap the directive in a ng-repeat to generate multiple modals, it is not working any more <div ui-content-for="modals"> <div ng-repeat="p in UseCaseCtrl.getProjects()" > <div class="modal" ui-if="modal{{ p.getId() }}" ui-state="modal{{ p.getId() }}"> <div class="modal