ng-demos icon indicating copy to clipboard operation
ng-demos copied to clipboard

variety of angular demos

Results 43 ng-demos issues
Sort by recently updated
recently updated
newest added

Hi John, I am relatively new to AngularJS, I have been reading your style guide and watching your videos hoping to set up a solid skeleton project to use on...

The modular sample app is recommended for seeing the styles in the style guide in action, but it doesn't really seem to follow the current style guide very well. None...

I'm was following AngularJS Patterns: Clean Code by pluralsight. Is there any way to disable Toast and logger for production env using modular app? Any idea? Appreciate your help. Thanks

I don't understand how to configure `$locationProvider.html5Mode(true)` in `modular` and other projects as follow in [Angular 1 styleguide](https://github.com/johnpapa/angular-styleguide/tree/master/a1#routing) I try in `routerhelper.js` to insert as below: ```js ... //below at...

Hi There! First of all, thanks a lot for your great examples!!! I have one question: if i want use data binding in routes file? for example: --- config: {...

I was trying to follow this tutorial and am getting the following error when I run the command 'gulp serve-dev'- C:\Users\mradul.jain\play\ng-demos\modular [master]> gulp serve-dev [09:10:14] Using gulpfile ~\play\ng-demos\modular\gulpfile.js [09:10:14] Starting...

There is unwanted colon in header name in \zza-node-mongo\server\breeze-routes.js:59:21 Stack trace: TypeError: Trailer name must be a valid HTTP Token ["Content-Type:"] at ServerResponse.OutgoingMessage.setHeader (_http_outgoing.js:347:13) at c:\Development\AngularTutorial\ng-demos-master\zza-node-mongo\server\breeze-routes.js:59:21 at findCallback (c:\Development\AngularTutorial\ng-demos-master\zza-node-mongo\server\repository.js:123:29) at...

``` [10:30:09] Using gulpfile ~/angular/ng-demos/modular/gulpfile.js [10:30:09] Starting 'analyze'... [10:30:09] Analyzing source with JSHint, JSCS, and Plato [10:30:09] Running JSHint [10:30:09] [ './src/client/app/**/*module*.js', './src/client/app/**/*.js', '!./src/client/app/**/*-spaghetti.js', './src/client/test/specs/*.spec.js', './src/server/**/*.js' ] [10:30:09] Running JSCS...

I did try git clone https://github.com/johnpapa/ng-demos.git and it did not bring the ng-demos-modular folder . is that required ? After that when i tried gulp serve dev a)cannot find module...

I'm not totally sure what's supposed to be going on here. It's totally possible I'm just missing something here. Here's what I'm seeing. In routehelper.js the [`getRoutes()`](https://github.com/johnpapa/ng-demos/blob/master/modular/src/client/app/blocks/router/routehelper.js#L82) function is pushing...