Johhan Santana
Johhan Santana
I'm trying to hide the controls until the user presses a button to add points to the map. At first just doing: ```javascript {mapIsEditable && { console.log('FEATURES: ', features) }...
I'm pressing `ctrl + shift + c` but nothing shows up, I right click on the color and click pick color and nothing happens either. I'm using sublime text 3...
Hello I've done some `mdt-custom-cell` with a directive for the angular material select Here's the code: ```html Invoice Number Client Due Date Balance Total Status Action {{clientScope.getInvoiceWithId(rowId).due | date: 'yyyy-MMM-dd...
I'm using Angular-meteor to do my application. I'm trying to create a smoothscroll anchor so when a user clicks on a button it goes in the same view to an...
I was wondering how to go on about automating this. Also, this project looks really good. Do you guys have a slack or spectrum community?
I'm trying to setup direnv to run on windows. I'm running git-bash as my terminal. I tried running both: https://github.com/direnv/direnv/releases/download/v2.15.2/direnv.windows-386.exe and https://github.com/direnv/direnv/releases/download/v2.15.2/direnv.windows-amd64.exe A small window appears but then disappears almost...
Hello I'm using NextJS for SEO purposes and using redux-persist `PersistGate` makes my app render the `loading` prop instead of the application content when crawlers scan the app or if...
Error: ENOENT: no such file or directory, stat '/Users/jsantana/.meteor-now/build/projectname.tar.gz
Getting this error when trying to deploy a meteor app version 1.2.1 ``` Error: ENOENT: no such file or directory, stat '/Users/jsantana/.meteor-now/build/projectname.tar.gz ``` meteor-now version: `0.5.2` node version: `8.7.0` npm...
I've been using this package in regular angular apps with no problem at all But I've tried using it with angular-meteor and when I add the directive `ui-router-styles` it crashes...