我想添加相机功能作为服务,但它没有识别服务

时间:2016-08-19 05:02:29

标签: angularjs

我正在添加的服务工厂尚未识别,

  

ionic.bundle.js:20306错误:[$ injector:unpr]未知提供者:$ scopeProvider< - $ scope< - 图片

我是这个领域的新手,无法解决这个问题。

.factory('Pictures', ['$scope', '$cordovaCamera', '$ionicLoading', '$localstorage', function ($scope, $cordovaCamera, $ionicLoading,  $localstorage){
 ..
}]

我想在控制器中使用这个工厂,

.controller('addStoreCtrl',['$scope', '$state', '$timeout', '$stateParams','Localstorage', '$cordovaGeolocation', '$http', 'Settings', '$ionicLoading', '$ionicPopup','Pictures',function($scope, $state, $timeout, $stateParams,Localstorage, $cordovaGeolocation, $http, Settings, $ionicLoading, $ionicPopup, Pictures){

0 个答案:

没有答案