@Ken420 wrote:
I've got an app where I need to manipulate
$ionicHistoryso that hitting back goes back 2 panes.my controller definition looks like this:
.controller("FeedController", ['$scope', '$stateParams', '$ionicLoading', '$http', '$ionicHistory', '$state', function($scope, $stateParams, $ionicLoading, $http, $ionicHistory, $state) { ... }but when i'm in my controller,
$ionicHistoryis undefined. what could be causing this?
Posts: 3
Participants: 2