mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

Angular.js Mobile UI Framework with Bootstrap 3

Results 100 mobile-angular-ui issues
Sort by recently updated
recently updated
newest added

Hi, I cannot get the sidebars to work on [MEAN.JS](http://meanjs.org/) for some reason. I added mobile-angular-ui to bower and installed it, added the js and css files in the environment...

bug
accepted

Scrolling not working in iPhone Safari where jquery is present. This is my script tag ordering in index.html jquery angular.js mobile-angular-ui.js mobile-angular-ui.gestures.js In this scenario vertical scrolling doesn't work. I...

there are 2 items in my sidebar. first one has ng-click="gotoIframe('http://www.w3schools.com/')" second one has ng-click="gotoIframe('http://www.google.com/')" $scope.gotoIframe = function(url){ $scope.currentURL = url; $location.path('iframe'); } where my iframe.html simply contains: When clicking...

manually initialize Angular, component is not normal . ``` angular.module('myApp', []) .controller('MyController', ['$scope', function ($scope) { $scope.greetMe = 'World'; }]); angular.element(document).ready(function() { angular.bootstrap(document, ['myApp']); }); ```

Unconfirmed
awaiting response

hello sir, i'm writing my first mobile application, and i'm not sure if it's a bug from me, or withing this system... but here's my code in the attachment... as...

Dear sir, Its several week i'm working on new project, which is mobile base, and i'm also new to it... since we made angular projects before, it was our first...

i follow this toturial... and i run this command: npm install -g bower yo gulp generator-mobileangularui i faced many errors... https://github.com/npm/npm/issues/10620

When im trying to click the left side menù something strange happen. The first click does not work, the second seems to work but to much time to load the...

I've just found a bug which seems to existing in the latest version of Mobile Angular UI. If you load the demo in either Chrome Emulator or an actual mobile...

Hey guys, I'm experiencing some weird things with mobile-angular-ui (v1.2.0-rc3 installed with bower) when having multiple size classes (col-xs, col-sm, col-md) the col-sm class never "activates". It jumps from col-xs...