标签: onsen-ui
我有使用Onsen UI的以下代码
ons.bootstrap(); app.controller('MainController', ['$scope', 'service', '$http', '$q', function($scope, service, $http, $q) { }]);
我想知道如何添加像ngCookies这样的新模块,以便我可以访问该模块中提供的任何$ injector。