Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mostrarGruposProf.$inject = ['$scope'];
- function mostrarGruposProf($scope) {
- var getGrupos, infoGrupos;
- getGrupos = localStorage.getItem('GruposProf');
- infoGrupos = JSON.parse(getGrupos);
- $scope.datos = {
- menuGrupos: infoGrupos,
- opcionGrupo: function() {
- console.log($scope.seleccionado);
- }
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment