marcoslin / angularAMD

Facilitate use of RequireJS in AngularJS
http://marcoslin.github.io/angularAMD
MIT License
734 stars 171 forks source link

I need to defer a route using resolve, but it is taken by angularAMD #94

Closed divmgl closed 10 years ago

divmgl commented 10 years ago

Hi, I love angularAMD's functionality, but I'm trying to use the resolve function which is already taken by angularAMD.

How can I set up a second resolve function on top of angularAMD's?

marcoslin commented 10 years ago

angularAMD.route is implemented in such a way that allow you to use your own resolve. Can you setup a plunker or jsfiddle on scenario that you are having trouble with?

marcoslin commented 10 years ago

Assumed resolved as no reply from user.