Git Product home page Git Product logo

kunstmaan / angular-super-seed Goto Github PK

View Code? Open in Web Editor NEW
43.0 43.0 13.0 238 KB

This project is an application skeleton for an AngularJS web application. It is based on the experience we have building our first enterprise scale angular application at Kunstmaan. With this you can quickly bootstrap your angular application and dev environment. This seed contains a small sample AngularJS application which shows you how we like to structure our code and how the code should interact.

Home Page: http://bit.ly/angularmeetup#talk1

License: MIT License

JavaScript 99.15% CSS 0.85%

angular-super-seed's People

Contributors

daanporon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-super-seed's Issues

home.def.js will only work for first feature

   expect(element(by.repeater('feature in features')).getText()).to.eventually.contain(feature);

Will always get the text of the first feature.

So if you changed your home.feature test to be:
Then I should see the feature "Feature specific configuration"

It would fail.

Which seems a little surprising.

Tests failing when using google-maps directive

Hi,

I'm using Angular Google Maps (http://angular-google-maps.org/) in an experimental project, but when karma tests oftentimes fail with this error:

PhantomJS 1.9.7 (Mac OS X) ERROR
    ReferenceError: Can't find variable: google
    at /Users/netsensei/Workspace/myproject/app/bower_vendor/angular-google-maps/dist/angular-google-maps.js:3585

I've added this in the of the index.html file:

 <script src='http://maps.googleapis.com/maps/api/js?sensor=false'></script>

and this in the build:js directive:

<script type="text/javascript" src="bower_vendor/angular-google-maps/dist/angular-google-maps.js"></script>

I tried wiping the .tmp folder to force rebuilding the app: one moment it works, but when I reload grunt, the error returns.

Any ideas?

Thanks!

Nested states and views.

Hi!

First of all, wow! This repo looks amazing.
A lot of new concepts for me, never even heard of the ui-router to be honest.
Looking at the docs at https://github.com/angular-ui/ui-router/wiki/Nested-States-&-Nested-Views I see you could nest states.
Now it seems the angular super seed does it's own funky stuff, which I am not really understanding.

For the states, I see states in config.js in the common/config folder, but the same state in home/config/states.json. What's this about?
And how would it be possible to nest states? Could you give a small example?

Cheers, and thanks for sharing this!
Tom

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.