Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

Issue with Factory

$
0
0

Thank You Triniwiz!! for your help.
Original:
nameApp.controller('ViewCtrl', function($scope, eventsService) {
$scope.events = function () {
eventsService.getEvent();
}
});

Your change:
nameApp.controller('ViewCtrl', function($scope, eventsService) {
$scope.events = eventsService.getEvent();
});

So, the funciton that I created was the cause. Thanks again!
Regards,
Aj


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>