Skip to content

Commit

Permalink
Update abstractEntitiesController.ts
Browse files Browse the repository at this point in the history
Removing empty comment.
  • Loading branch information
Jeremy Sik committed Jan 5, 2016
1 parent 7b9e518 commit dcfffc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/app/admin/abstractEntitiesController.ts
Expand Up @@ -23,7 +23,7 @@ namespace app.admin {
) {
// If the user has unsaved changes on the form, ask if they would like to stay on the page.

let stateChangeOverride:boolean = false;/**/
let stateChangeOverride:boolean = false;

$scope.$on('$stateChangeStart', (event, toState, toParams, fromState, fromParams) => {
if(!_.isEmpty(this.entityForm) && !stateChangeOverride && this.entityForm.$dirty) {
Expand Down Expand Up @@ -92,4 +92,4 @@ namespace app.admin {

}

}
}

0 comments on commit dcfffc0

Please sign in to comment.