Twitter bootstrap – Strange linking to /undefined with AngularJS
I have strange problem when loading different templates using Codeigniter and AngularJS. When i click on other link, templates gets redirected on some /undefined link. Let me show you my code. This is my app.js var app = angular.module('app', ['ngRoute']);…