All Questions
2 questions
0
votes
1
answer
175
views
Unable to reference latest angular-ui-router package
I'm trying to upgrade an Angular1.4.0 app to use the latest angular-ui-router, but I can't figure out how to reference this package in code. I'm using webpack 1.12.9 and node 6.10.2. I've installed ...
1
vote
5
answers
127
views
Angular Stormpath Injection Unknown Providor
I'm trying to use the angular ui router with storm path for angular, but I keep getting an unknown provider error. My code is as follows,
var angular = require("angular");
// app.js
var app = ...