0
で取得のurl paramが...私はこのURLを持っていると私は角コントローラでそのwoNumのPARAMを取得する方法が分からないAngularJS
が動作していませんか? ? ?
受信トレイ/詳細woNum = CIB12717559
class DetailController {
data: any;
message: string;
static $inject: string[] = ["DataService", "$location", "$filter"];
constructor(private dataService: DataService, private $location, private $filter: ng.IFilterService) {
var woNum = $location.search.woNum;
this.message = "Please wait, loading the work order...";
this.getWorkOrderDetail(woNum);
}
}