Setting slide index at controller initialization?

I’m trying your latest fixes and now I can’t seem to find any way to get notified when the active slide changes. I’ve tried: active-slide=“deckIndex” and then doing:

	$scope.$watch('deckIndex', function(newValue, oldValue) {
		log.info('deckIndex changed. oldValue: ' + oldValue + ', newValue: ' + newValue);
	});

…but it’s not firing.

It’s also not firing slideBox.slideChanged either, anymore. Did something go missing with the events?

This is ionic master, as of 1385e7c9e9e2824ba2e625c35b7c7d89ee64d2e3.