Questions tagged [mobile-angular-ui]
43 questions
1
vote
0 answers
Install ngsanitize for mobile angular ui.(angular js)
I am using Mobile Angular Ui. I want to install ngsanitize. I have seen one link How to install ngSanitize?
I have successfully installed
npm install -g bower
bower install angular-sanitize --save
But when i putted in app.js then it is not…

Varun Sharma
- 4,632
- 13
- 49
- 103
1
vote
1 answer
Hide sidebar for particular page in Mobile Angular Ui.(Angular Js)
I am using mobile angular ui. I want to hide side for particular page.
http://mobileangularui.com/
This side bar by default put in every page. But i don't want this side bar in home page. Mobile angular ui have one index.html file. One…

Varun Sharma
- 4,632
- 13
- 49
- 103
1
vote
1 answer
how to open and set controller Mobile-Angular modal from controller
I'm trying to use in modal (Mobile Angular JS ), but I have not found , any way of setting controller for my modal inside my main controller , and pass parameters. My application is just mobile , it would be wrong to use ui- bootstrap ?
Html

MusicsCordova
- 222
- 2
- 11
1
vote
1 answer
Dynamically generate modals with MobileAngularUI
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…

Robycool
- 1,104
- 2
- 14
- 26
1
vote
0 answers
Mobile Angular UI modal not able to update
Seems like modals in Angular UI is difficult to update, previously in Bootstrap I could update via jQuery but in Angular UI, not able to do even a simple update.
I have 0 inside my modal-body, and I update…

TPG
- 2,811
- 1
- 31
- 52
1
vote
2 answers
Rendering issues with Safari on iOS and the Android "Browser"
Expected result (Chrome)
I have developed a mobile web app that works great with Chrome on Android. Here is a screenshot:
The white bar with Safari
Now I have some issues with other browsers. For instance Safari with iOS 8.3 on an iPhone 5 will…

Buddyshot
- 1,614
- 1
- 17
- 44
0
votes
2 answers
"Angular not defined" using Mobile Angular UI and Angularfire
I'm trying to implement a mobile app using mobile angular ui with a firebase data base.
But I can't include firebase without getting this error:
Uncaught ReferenceError: angular is not defined
at angularfire.min.js:1
at angularfire.min.js:1
I don't…

gima
- 52
- 7
0
votes
0 answers
Mobile Angular UI bootstrap theme
I'm nearing the end of my first big mobile angular project.
Thus far I've just adopted default styles from the twitter bootstrap provided, bootstrap style sheet links look like this:

Lyndon
- 1
- 1
0
votes
1 answer
AngularJS $injector Issue
I keep getting the same injector issue while trying to use angular-route.
angular.js:38 Uncaught Error: [$injector:modulerr]
http://errors.angularjs.org/1.6.3/$injector/modulerr?
…

Sourajyoti Bose
- 83
- 2
- 10
0
votes
1 answer
navigator.camera is undefined in AngularJS / Cordova project
I am trying to access Cordova's camera plugin from my Mobile Angular UI project.
navigator.geolocation is working find along with all of the other Cordova stuff but when I try to access navigoator.camera it comes back as undefined.
When I…

wtmcm
- 307
- 1
- 4
- 19
0
votes
2 answers
Where do I put in an angular-fullstack-generator project?
This should be straight forward, but I'm stuck.
I'm trying to include mobile-angular-ui in an angular-fullstack-generator project but I keep getting
Uncaught SyntaxError: Unexpected token < mobile-angular-ui.min.js:1
I'm adding the following at…

Justin
- 21
- 1
- 3
0
votes
1 answer
how to change mobile-angular-ui "ui-state" from controller code
I am maintaining a state as follows
I am able to change the state as follows
click here
How to change the state from the controller code?

Dickens A S
- 3,824
- 2
- 22
- 45
0
votes
1 answer
MobileAngularUi ng-repeat Modal
I tried 32400236/dynamically-generate-modals-with-mobileangularui but didn't work. I also used to write:
0
votes
1 answer
angularjs ui-if state variable setting value async
I would like to restrict the side bar until user login completed
The side bar is outside the ui-view section
I am assuming authenticated as a state variable

Dickens A S
- 3,824
- 2
- 22
- 45
0
votes
1 answer
how to show a modal dialog box on a button click using mobile-angular-ui
Mobile Angular UI Is getting popular which is nothing but bootstrap 3 and angularjs combination
I would like to create a modal dialog box on button click and close the dialog on close icon, how to do it?
Based on the docs it says

Dickens A S
- 3,824
- 2
- 22
- 45