tabsCtrl.js 267 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 angular.module('newApp') .controller('tabsCtrl', ['$scope', 'pluginsService', function ($scope, pluginsService) { $scope.isTabActive = true; //$scope.$on('$viewContentLoaded', function () { // pluginsService.init(); //}); }]);