Hi folks,

Is it possible to create a ui-route and call the path externally from 
another application?

for example

.state("svc", {
        url: "/svc?mode&model",
        templateUrl: 'views/svc.html'
    })


I tried calling it like this but no luck

>From another application, I created a <a href></a>.

<a href="http://www.example.com/svc?mode=1&model=epson";>Click me</a>

It's not loading the templateUrl but I do see all the angular js file and 
other js files in Chrome Dev Tools.

What am I doing incorrectly?

Thanks,

Neil

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to