angular-meteor-docs icon indicating copy to clipboard operation
angular-meteor-docs copied to clipboard

Source for http://www.angular-meteor.com/

Results 12 angular-meteor-docs issues
Sort by recently updated
recently updated
newest added

Welcome to [Renovate](https://renovateapp.com)! This is an onboarding PR to help you understand and configure Renovate before any regular Pull Requests begin. Once you close this Pull Request, Renovate will begin...

Just for tracking purposes, because currently it doesn't work on node.js 8: ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 5.4.1

This PR adds a button referencing to history in the `tutorial-container`. (e.g. https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp/tree/master-history). This PR goes along with https://github.com/Urigo/tutorial-infrastructure/pull/3

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

I m actualy working in migration form basic nodeJS and JavaScript application to one using Meteor whith Angular2 . I finished the Socially Tutorial and start seaching for the folder...

The scroll doesn't complete in all site. The information are cuted. ![angular-meteor](https://cloud.githubusercontent.com/assets/11667391/23397834/6bdd98e8-fd9a-11e6-8e1f-0fe6a80bab59.png)

I tried my meteor app on the ios simulator and a real device using the command. ``` meteor run ios meteor run ios-device ``` The app compiled correctly and was...

I just tried running the step 19 from the downloaded package for step 19. It is throwing the following error: ``` => Started proxy. client/imports/app/auth/login.component.ts (1, 41): Cannot find module...

[Socially - Angular 1] Hi, Don´t know if this is an issue, but following the tutorial couldn´t get images order to be persisted after sorting in the view. My take...

[Socially Angular1] Hi, As `readAsArrayBuffer` is deprecated, I´ve adjusted `imports/api/images/methods.js` to: ``` export function upload(dataUrl, name, resolve, reject) { // convert to Blob const data = dataURLToBlob(dataUrl); data.name = name;...