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

``` In my app, Google.com User Above 2 line of code is not working, while clicking links are not responding, any alternate code for that links ?? ```

Unconfirmed

I have simply extracted file in my xampp -> htdocs folder and run the html file (http://localhost/mobile-angular-ui-master/demo/index.html), the file is running but the entire structure is missing. Only text is...

When adding the scrollable scrollable-content class, data can be scrolled on all devices apart from the iPhone 6 and the iPhone 6 Plus. This includes all other iOS devices, Safari...

bug
IOS
Unconfirmed

This is an ongoing document to identify features and improvements for the first final release. **Feel free to provide feedback and suggestions here!** ## ROADMAP - [x] Distribute a js...

Roadmap
Ongoing

When I open Mobile Angular UI demo on iPhone in portrait orientation and rotated it to landscape orientation - safari address bar overlaped application navigation bar. User agent string: Mozilla/5.0...

Hi there, I am using angular mobile ui and the following in my page: for some reason when I navigate to my web application in the browser via a mobile...

Hello, I'm having a issue using a select inside a tabs. For example, I have a select bound to a variable model ($scope.mySelectedItem). Outside from the tabs, the select works...

Hii , Why select looks like disable with grey color in the backgroud in iphone but in android phone its looks great.

IOS
Unconfirmed

As far as I can tell, the documentation here: http://mobileangularui.com/docs/module:mobile-angular-ui/module:core/module:outerclick/ which shows the bindOuterClick directive as: bindOuterClick(element, function(scope, extra){... is incorrect; to get this working I needed: bindOuterClick(scope, element, function(scope,...

Docs
accepted

Hi, I'm trying to open a modal popup from the controller -initially I got this warning:Warning: Attempt to set uninitialized shared state: modal1 then I used SharedState to initialize the...