Closed rowild closed 8 years ago
Calling yo angular
will call this generator https://github.com/yeoman/generator-angular !
If you want to use our subgenerator to create a service, not a factory (we don't provide subgenerator for factory), you can find doc here https://github.com/FountainJS/generator-fountain-angular1#sub-generators
Hi,
I follow this tutorial: https://devdactic.com/wordpress-rest-angularjs/
In my case, I create the project via fountainjs, using "Angular 1", "SASS", and "no scripts with bower" as options.
At some point in the tutorial, a factory should be created like so:
But I get this error:
Indeed, the index is one level higher in the folder hierarchy, which seems perfectly normal.
I wonder, if this is a fountainjs problem or whether there is a place, where I can tell fountainjs to change the location where to look for an index.html.
Thanks!