Maybe my issue seems easy to resolve, but I\'ve this problem since a lot of hours : When I\'m in my dashboard, all data of my Firebase database are visible (With Ng-repeat). But
you can use route provider to do that. I used that for my application and it works great.
myApp.config( ['$routeProvider', function($routeProvider){ $routeProvider. when('tabpost', { templateUrl: 'tabpost/id', controller: 'PostCtrl' }); }]);