在纯JavaScript中你可以这样做:angular.module('mymodule',['ionic']).config(function($someParam1,$someParam2){//dosomethingwiththeparameters}我正在尝试使用Scala.js来做到这一点。我尝试了以下三种尝试,均失败了:尝试1:使用scalajs-angularAngular.module("mymodule",Seq("ionic")).config(MyConf)问题:MyConf必须扩展Config而我没有找到任何可以传递参数的位置。尝试2:使用scalajs-ang