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

Here's my situation: I have a form with multiple input fields. The form is placed inside a scrollable-content div which is contained inside a scrollable div. One of my input...

There are cases when you want having different `ui-content-for` for the same `ui-yield-to`. An example is having `` and defining two modals in different templates. Currently, only one modal is...

accepted

When I use RequireJs in my project under this framework! I found a error, in a js file which name is "mobile-angular-ui.core.js". The line of 832 in this file, you...

sometimes , the $element.parent() return null So, must deWatch, ``` deWatch = $scope.$watch(uiIfFn, function uiIfWatchAction(value) { if (value) { if($element.parent().length == 0){ deWatch(); }else if (!childScope) { $transclude(function (clone, newScope)...

bug
accepted

bower installs all package into bower_components dir. This entire project is setup to read all packages from dist/ How do I recreate that directory setup?

question

browser: google chrome v50.0.2661.94 (64-bit) **device mode** iPhone 6 desc: click on `scrollable-content` div cause style: {pointer-events: none;} on input or textarea element ``` javascript // overthrow.support === 'none' if...

Unconfirmed

I have 2 views each one of them have navbar-aboslute-top class, when I navigate the from the first one to the second the class has-navbar-top is removed from the rootElement,...

enhancement
awaiting response
accepted

Hello everyone, is there a way to fire a ngClick event on touchend? While using the demo sometimes touching links don't fire because it's registered as a very small drag...

question
Unconfirmed