This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-header> | |
| <ion-navbar> | |
| <ion-buttons start> | |
| <button menuToggle ion-button icon-only style="color:white"> | |
| <ion-icon name="ios-menu"></ion-icon> | |
| </button> | |
| </ion-buttons> | |
| <ion-title>AIR POLLUTION</ion-title> | |
| <ion-buttons end> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Component } from '@angular/core'; | |
| import { NavController } from 'ionic-angular'; | |
| import { Http } from '@angular/http'; | |
| import 'rxjs/add/operator/toPromise'; | |
| import { LoadingController } from 'ionic-angular'; | |
| @Component({ | |
| selector: 'page-home', | |
| templateUrl: 'home.html' | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $product-font-path: $font-path !default; | |
| @font-face { | |
| font-family: "Product Sans"; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: local("Product Sans"), local("Product-Sans-Regular"), url("#{$product-font-path}/ProductRegular.ttf") format("truetype"); | |
| } | |
| @font-face { | |
| font-family: "Product Sans"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| page-home { | |
| text-align: center; | |
| .scroll-content { | |
| margin-top: 0 !important; | |
| } | |
| .has-refresher > .scroll-content { | |
| border-top: 0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ion-header> | |
| <ion-navbar> | |
| <ion-buttons start> | |
| <button menuToggle ion-button icon-only style="color:white"> | |
| <ion-icon name="ios-menu"></ion-icon> | |
| </button> | |
| </ion-buttons> | |
| <ion-title>AIR POLLUTION</ion-title> | |
| <ion-buttons end> | |
| <button ion-button icon-only style="color:white" (click)="reload()"> |
NewerOlder