gae-angular-material-starter icon indicating copy to clipboard operation
gae-angular-material-starter copied to clipboard

Easiest way to start Google App Engine Angular Material project on Earth & Mars!

Results 8 gae-angular-material-starter issues
Sort by recently updated
recently updated
newest added

I forked the project and updated it to the current libraries and added some additional features. See: https://github.com/TBxy/gae-angular-material-init It's still in progress, but contribution and hints are welcome.

I'm getting the following error when trying to install and locally run the app. Running gae-init is fine. See error below Thanks in advance. ![error](https://cloud.githubusercontent.com/assets/3355351/15265929/c7552984-1961-11e6-846d-e99f502dc2dd.jpg)

I get the following warning when i run: $ `sudo npm install -g generator-gae-angular-material-starter` npm WARN deprecated [email protected]: the module is now available as 'css-select' npm WARN deprecated [email protected]: the...

Hi, the master config data store's change seems loaded when app is released and deployed (on gae). Is it possible that config changes are immediately applied after making changes? Seems...

I think we can use json web token to authentiate user to use api other than using session. If attacker gain our session he can do all thing, but when...

Looked at your password hash function. As this [article](https://crackstation.net/hashing-security.htm), i think your implement is insecure because it use the same salt for every password hashing. Am i wrong? Also is...

Hi, thanks for this **great project.** **Issue:** If you have a big screen the user list cannot be expanded. The reason for this is that you need to [scroll down](https://github.com/madvas/gae-angular-material-starter/blob/master/main/public/modules/users/users-list/users.client.controller.js#L29-32)...

When I run gulp run for the first time (while setting up the project initially), I get an error message saying that "font-awesome.less wasn't found" What is the problem here?