Click here to Skip to main content
15,920,801 members

Comments by OkuDoku (Top 6 by date)

OkuDoku 23-Sep-16 6:04am View    
Try with a tutorial first, like
http://www.codeproject.com/Articles/1010542/Angular-Tutorial-Part-Understanding-Single-page
because you don't seem to have understood the concept of this whole angular thingy. If it's not only the routing you have problems with, try the other parts too.
OkuDoku 23-Sep-16 4:10am View    
Can you show your folder structure? It seems like your Url path is wrong. Also have you really called your controllers 'Login/Login'?
OkuDoku 16-Sep-16 8:39am View    
i don't quite grasp what your problem is. can you provide more information? or at least a real question?
OkuDoku 16-Sep-16 6:21am View    
Have you tried to display the output of subcategory instead of just comparing it? maybe its easier to determine what went wrong then
OkuDoku 13-Sep-16 5:23am View    
When I have a new asp.net project, nuget installs the scripts to a folder calles Scripts. So on the html page i would have to pack
<script src="Scripts/angular.js"></script>
instead of
<script src="scripts/angular.js"></script>

on teh other hand i'm not even sure if it's case sensitive
[edit] just checked it, that's not the problem