-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(urlRouter): html5Mode accepts an object from angular v1.3.0-rc.3
Since angular/angular.js@dc3de7f angular accepts both boolean and objects like {enabled: true, requireBase: false} causing the evaluation to be always true. In order to allow the use of ui-router with angular 1.3 a fix has been made, it checks if the value is an object and gets its enabled property value. Fixes #1397
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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