Questions tagged [ngcomponentrouter]

19 questions
0
votes
0 answers

Change browser title on route change in angular 1.5 component router

I am using angular 1.5 component router. I need to be able to change the title shown on the browser tab whenever there is a route change. I have gone through the component router docs and googled it to many a websites but without any luck. The only…
Bharat Gupta
  • 2,628
  • 1
  • 19
  • 27
0
votes
2 answers

Is there any ngComponentRouter CDN?

Is there any official CDN from google that have the ngComponentRouter, I can't find it anywhere.
General Electric
  • 1,176
  • 3
  • 21
  • 44
0
votes
2 answers

nglink not working in phantomjs component test for angular 1.5

I have a navbar component: .component('navbar', { templateUrl: 'app/common/navbar/navbar.html', controller: NavbarController, bindings: { state: '<', weekLabel: '<' } }) /** @ngInject */ …
0
votes
3 answers

Binding in Component Router - Angular 1.5

I'm struggling with binding in Component Router. It is said in the Developer's Guide you should avoid using $scope in components therefore objects have to be passed through binding. Based on examples in: https://docs.angularjs.org/guide/component…
srokatonie
  • 999
  • 1
  • 10
  • 19
1
2