DEBUG: Changes config to now debug the ts files instead of transpiled js.

This commit is contained in:
walljm 2016-12-01 15:57:01 -05:00
parent 61709105e3
commit 64fb22afb4
2 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,9 @@
"author": "Jason Wall",
"homepage": "http://dynamicbible.com/",
"private": true,
"config": {
"ionic_source_map": "source-map"
},
"scripts": {
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"

View File

@ -1,9 +1,9 @@
<ion-header>
<ion-navbar>
<ion-searchbar (search)="getQuery($event)" (input)="setQuery($event)"></ion-searchbar>
<button menuToggle item-left large clear>
<button menuToggle large>
<ion-icon name="menu"></ion-icon>
</button>
<ion-searchbar (search)="getQuery($event)" (input)="setQuery($event)"></ion-searchbar>
</ion-navbar>
</ion-header>
<ion-content padding class="search-card">