.ng-view.ng-enter {
  transition: 0.5s linear all;
  opacity:0;
}
.ng-view.ng-enter-active {
  opacity:1;
}
