Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrawat1 committed Apr 7, 2017
1 parent c08e0e4 commit 830a5a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"projects": {
"pinwork": "ng2-pinwork"
}
}
19 changes: 19 additions & 0 deletions firebase-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[debug] ----------------------------------------------------------------------
[debug] Command: /usr/local/Cellar/node/7.7.1_1/bin/node /usr/local/bin/firebase deploy
[debug] CLI Version: 3.5.0
[debug] Platform: darwin
[debug] Node Version: v7.7.1
[debug] Time: Fri Apr 07 2017 15:08:45 GMT+0530 (IST)
[debug] ----------------------------------------------------------------------
[debug]
[debug] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
[debug] > refreshing access token with scopes: ["email","https://www.googleapis.com/auth/cloud-platform","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","openid"]
[debug] >>> HTTP REQUEST POST https://www.googleapis.com/oauth2/v3/token { refresh_token: '1/W0sgnvhvSZzk__l1-9aQUY6a3e5GL5kBCUQVfQoyFxM',
client_id: '563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com',
client_secret: 'j9iVZfS8kkCEFUPaAeJV0sAi',
grant_type: 'refresh_token',
scope: 'email https://www.googleapis.com/auth/cloud-platform https://www.googleapis.com/auth/cloudplatformprojects.readonly https://www.googleapis.com/auth/firebase openid' }
Fri Apr 07 2017 15:08:45 GMT+0530 (IST)
[debug] <<< HTTP RESPONSE 200
[debug] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects/ng2-pinwork
Fri Apr 07 2017 15:08:45 GMT+0530 (IST)
2 changes: 1 addition & 1 deletion src/app/components/pins/pin-edit/pin-edit.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h6>
separatorKeys="[32]"
class="input-group-field"
(onAdd)="onItemUpdate($event)"
(onRemove)="onItemUpdate()"
(onRemove)="onItemUpdate($event)"
(onBlur)="pinForm.controls['tags'].markAsTouched()"
[ngClass]="{'ng-invalid': pinForm.get('tags').touched && !pinForm.get('tags').valid,'ng-touched': pinForm.get('tags').touched}"
></tag-input>
Expand Down

0 comments on commit 830a5a6

Please sign in to comment.