标签: javascript angularjs typescript
如何检测特定角度控制器中的网址更改? 这是我的例子:
static $inject: Array<string> = ['$scope', 'common' ]; constructor(public scope: any, public common: app.core.Common) { -> scope.on ? will work? }
提前致谢