I want to use Angularjs Bootstrap UI in my application. Following the angular.js link, I include these files in my index pages:
and in my application app.jsinclude this line:
var ap = angular.module('ap', ['ngRoute','ui.bootstrap']).config(negsotimeRouter);
but I get this error when trying to see the page:
Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.2.16/$injector/modulerr?p0=negsotime&p1=Error…arjs.org%2F1.2.16%2F%24injector%2Fmodulerr%3Fp0%3Dui.bootstrap%26p1%3DErro...<omitted>...5) angular.js:36
with the following link
Error link
source
share