I installed the generator-angular
, but decided to change the name of my app midway. Now when I generate any module it gets the wrong name attached to it. I tried Find+Replace of both myOldApp and my-old-app but I still get the old name. Where do I change it?
Yeoman/Yo: Where does Yo scaffolding pickup the name of the Angular module?
suggests it is in the bower.json.
worked for me.