我正在添加的服务工厂尚未识别,
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){