Questions tagged [angular-fullstack]

Related to Angular Full-Stack Generator project

Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node - lets you quickly set up a project following best practices.

https://github.com/angular-fullstack/generator-angular-fullstack

357 questions
0
votes
0 answers

Running grunt server with php

I have to expand an WebApp and want to use the yeomann Angular-Fullstack generator. So far so good. The first part of the APP was written in Angular with an PHP Backend. When developing and runing "grunt Serve" the server does not seem to run PHP…
elpeyotl
  • 372
  • 1
  • 3
  • 14
0
votes
2 answers

Using angular-fullstack ngTable sort missing when deployed to Heroku

Here's an interesting one, I used angular-fullstack to build my app and created a table using ngTable. The table has a filter and sorting, that work perfectly fine when I serve it locally, but when I deploy it to Heroku, the table works fine,…
Oscar BA
  • 47
  • 1
  • 6
0
votes
0 answers

yo angular-fullstack heroku deployment failure

I'm using an out of the box yo angular-fullstack (without the mongo). when I use yo angular-fullstack:heroku everything seems to deploy fine. When I "cd dist && heroku open" the server seems to run and tries to load but I get the following…
0
votes
1 answer

Yeoman angular-fullstack ckeditor production

I'm using yeoman's angular-fullstack generator with default parameters. I would like to use ckeditor with https://github.com/lemonde/angular-ckeditor , so I extended my bower.json with the following lines: "ckeditor":…
havasi
  • 567
  • 4
  • 10
0
votes
1 answer

Grunt really slow after running and completing "watch" task

For some reason when my terminal hits Running "watch" task Completed in 3.131s at Wed Jun 17 2015 21:00:56... ...) - Waiting... It becomes SO slow, we're talking 1min+ before it populates the rest of data. It might have started when I was trying to…
user1828780
  • 537
  • 1
  • 8
  • 22
0
votes
1 answer

Grunt fails on cdnify:dist task

I'm using the angular-fullstack yeoman generator and the code builds on another machine I have set up. I recently got a new Mac and cloned my repo and I can't get it to build the distribution. When I try to build the code for distribution using…
bodagetta
  • 834
  • 8
  • 17
0
votes
1 answer

how to build yeoman angular-fullstack without minification

I would like to use the build task of the Gruntfile that is part of a yeoman angular-fullstack project. However I would like to have the JS code still readable and also want to avoid asset filenames to be renamed. so far I changed the Gruntfile in…
JoachimR
  • 5,150
  • 7
  • 45
  • 50
0
votes
2 answers

Koding - Yeoman - AngularFullStack Cannot Create Scaffolding

Hello i am using Koding Cloud Based Ubuntu Development environment. I've managed to is install all prerequisites required for Yeoman Angular FullStack. Installed Successfully below items sudo npm install -g yo grunt-cli bower karma sudo npm install…
user2717619
  • 145
  • 1
  • 11
0
votes
1 answer

MongoDB duplicated results using Mongoose and angular-fullstack

I am using the angular-fullstack generator for my project. This is really handy because it helps scaffolding out your API. I have come across a problem when testing my API. If my API returns only a few results everything seems fine, but if the…
Neil
  • 7,861
  • 4
  • 53
  • 74
0
votes
1 answer

How to add currentUser to scope using angular-fullstack

I am using angular-fullstack which comes packed with Authentication already set up. there is a handy function getCurrentUser() which allows me to do something like: And I will get the name of the active…
Daimz
  • 3,243
  • 14
  • 49
  • 76
0
votes
1 answer

Mongoose Populate users is returning a 404 (forbidden)

I am trying to populate the users array in a project but I am getting GET http://localhost:9000/api/users 403 (Forbidden) (if logged in) and GET http://localhost:9000/api/users 403 (Unauthorised) (if not logged in). So I am fairly confident that my…
Daimz
  • 3,243
  • 14
  • 49
  • 76
0
votes
1 answer

Nested Views VS Separate

I'm trying to decide on an Angular Structure for my app. I started with the Angular Full Stack Generator. In UI-Router, you can nest states. It seems logical for me to nest related states. ex: Registration, Registration.form,…
csduarte
  • 191
  • 1
  • 1
  • 9
0
votes
1 answer

logging into angular fullstack default app using google oauth2

I have angular fullstack running on localhost:9000 I want to be able to login by clicking the Connect with Google+ button on login page. It does not work and I keep getting error 400. Error: redirect_uri_mismatch I have been to Google developers…
Laurence
  • 869
  • 3
  • 12
  • 20
0
votes
0 answers

Is it possible to set the boostrap columns to 24 in a yo angular-fullstack project?

I have a fairly large project underway that was generated using the yo angular-fullstack framework, which I highly recommend. In the past, I have utilized 24 column settings for bootstrap by customizing the boostrap build. Is this easy/possible…
JoelParke
  • 2,676
  • 2
  • 24
  • 38
0
votes
1 answer

Bower not installing on zsh

I tried both 'npm -g install bower' and 'sudo pm -g install bower' still says 'zsh: command not found: bower'
WebRuin
  • 127
  • 1
  • 3
  • 10