We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Frequently Asked Questions (markdown)
remove trailing space
Change the ui-bootstrap modal variable from $modal to $uibModal
Added clarification over reference to abstract states using ui-sref
How to make sure html5 routes work fine with Play framework.
Add index directive to nginx rewrite rule for html5Mode
Added JavaEE in How to: Configure your server to work with html5Mode
Forgotten apostrophes
Fixed verbose-logging code not to use arrow function
Fix additional wrong uses of "it's" vs. "its"
Fix use of "it's" as a possessive
How to get verbose debug errors in the console, solves #1871
fuction -> function
Fixed styling for Firefox watch error issue
Fixed styling for Firefox watch error issue and added link
Added Firefox `watch` statename issue
It seems to me that you have to set height of ui-view-container (positioned relatively), not the ui-view (positioned absolutely). If not done this way, any content below the view will jump up until the transition is complete, ex: http://plnkr.co/edit/O2HSGPqcs43ATKk1WN8p?p=preview
Updated Express example because it generated the following message in express 4: express deprecated res.sendfile: Use res.sendFile instead. This was probably a typo as the original res.sendfile (deprecated) didn't take the options object. res.sendFile available since 4.8.0 does take this option.
fix example: always switch state on modal close (also when a user closes)
Fix spaces
Updated the instructions for 'how to match trailing /' in a url to use the much simpler builtin $urlMatcherFactoryProvider.strictMode( false ) available now
Fix example for "How to: Create rules to prevent access to a state"