Val Redchenko

Results 6 comments of Val Redchenko

This seems to do the trick: ``` js .segment('index', { templateUrl: 'assets/templates/index.html', controller: IndexCtrl, dependencies: ['index'], resolve: { data: function(Article, $q, $location) { var deferred = $q.defer(); Article.getAll().get({}, function(successData) {...

$location.path('/index');

We've still got a bug with this approach - we'll post a solution here (and on SO) once we've fixed it.

FYI we ended up with a hack, forcefully refreshing the entire page in order to refresh the router. Had a deadline and no time to play around and get to...

Same here: ``` npm i npm WARN deprecated [email protected]: Compodoc has moved to @compodoc/compodoc npm WARN deprecated [email protected]: express 2.x series is deprecated npm WARN deprecated [email protected]: Please update to...

@janckerchen Obviously things have moved on in the past 6 months since anyone contributed to this repo (new versions of angular, typescript, npm, etc). For my purposes the solution is...