Posts by Leogreen • 147 points
6 posts
-
1
votes1
answer83
viewsQ: Images overlapping when resolution changes
I have four images side by side, but when I readjust the resolution, they’re overlapping one by one. I would like them to adjust but remain side by side as the resolution allows them to remain see…
-
1
votes1
answer344
viewsA: Open page using external browser
So I decided : Remembering that I added Inappbrowser <ons-icon icon="fa fa-globe" fixed-width="true" onclick="window.open('http://www.meusite.com.br', '_blank',…
-
0
votes1
answer344
viewsQ: Open page using external browser
Hello I am developing an application with the Onsenui framework (Cordova in visual studio) But the code below opens the url using the application itself as a browser. At the end of the day when I do…
-
0
votes2
answers416
viewsA: Angularjs - Two functions in one file
Error : <div id="notebooks" ng-app ng-controller="NotebookListCtrl"> Changing to <div id="notebooks" ng-app ng-controller="myCtrl"> worked
-
2
votes2
answers416
viewsQ: Angularjs - Two functions in one file
I would like to put in the same file the two functions below, but when I do this, the second function (notebooks) no longer respond. Filing cabinet App.js: (function () { 'use strict'; var module =…
-
0
votes1
answer1194
viewsQ: Use window.location.href with Angularjs variable
Hello I’m new in Angularjs, I appreciate any help if you can. I have a question: I have a collection of items that are loaded on the main page is all ok ,but one of the items is a url and I would…