Browsing index pages (2 articles)
↧
Why is my ui-sref not clickable?
I am new to using Angular JS and I am trying to create routers for my app using ui.router.This is my index.html page where I am injecting other views into it through the div.<!DOCTYPE...
View ArticleAnswer by Ariel for Why is my ui-sref not clickable?
On one side, you should separate your main view from your index.And, on the other side, your code is not working because this part of the code is wrong:app.config('$stateProvider',...
View Article
Browsing index pages (2 articles)