Change button style and layout
This commit is contained in:
@@ -77,12 +77,6 @@
|
||||
});
|
||||
};
|
||||
|
||||
vm.eliminarMatriculaSplice = function (index, rsplice) {
|
||||
if(rsplice){
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
/*************************Fin de Eliminar Matricula*******************/
|
||||
|
||||
vm.modificarMatricula = function (index) {
|
||||
@@ -91,12 +85,6 @@
|
||||
$state.go('SectionUpdate');
|
||||
};
|
||||
|
||||
$rootScope.open = function($event) {
|
||||
$event.preventDefault();
|
||||
$event.stopPropagation();
|
||||
$rootScope.opened = true;
|
||||
};
|
||||
|
||||
$scope.ok = function (urlLo) {
|
||||
$state.go('SectionList');
|
||||
$scope.modalInstance.dismiss('cancel');
|
||||
@@ -109,7 +97,5 @@
|
||||
vm.back = function () {
|
||||
$state.go('CourseList');
|
||||
};
|
||||
|
||||
return vm;
|
||||
};
|
||||
})();
|
||||
Reference in New Issue
Block a user