0
Yes The result in Html File must be one <ng-app> contains both module
0
Hi,
Instead of merging project, what i suggest let it be the seperate module and inject dependacy of the application module to the other one.
For example
- var myApp = angular.module('myApp', ['myapp1']);
In above example 'myapp1' is sepearate angular js project module.
Hope, this will help you out. Feel free write if more information is required.
Don't forget to mark as answer if this helps.
0
Ben,
I think you want to combine methods and properties of two project into one module rite?
PegaseApp and myApp together rite?