ui-router-core
Version:
UI-Router Core: Framework agnostic, State-based routing for JavaScript Single Page Apps
10 lines • 313 B
JavaScript
;
exports.notImplemented = function (fnname) { return function () {
throw new Error(fnname + "(): No coreservices implementation for UI-Router is loaded.");
}; };
var services = {
$q: undefined,
$injector: undefined,
};
exports.services = services;
//# sourceMappingURL=coreservices.js.map