Giter Site home page Giter Site logo

Comments (6)

ncuillery avatar ncuillery commented on May 23, 2024

You speak about the HTML5 mode right ?

The generation of href in links is totally delegated to the UI-router, and it supports HTML5 mode.

Do you add this line in your app configuration: $locationProvider.html5Mode(true) ?

The HTML5 mode requires specific settings on the server side: https://github.com/angular-ui/ui-router/wiki/Frequently-Asked-Questions#how-to-configure-your-server-to-work-with-html5mode

from angular-breadcrumb.

dotnetwise avatar dotnetwise commented on May 23, 2024

It's interesting that your example doesn't set $locationProvider.html5Mode(true) but works like a charm.

We don't have $locationProvider.html5Mode(true), and just in your breadcrumb links is missing the #

ui-sref directive seems to be generating the urls correctly with # hash

from angular-breadcrumb.

ncuillery avatar ncuillery commented on May 23, 2024

Oh right, maybe you are in this case: angular-ui/ui-router#1397

Do you use Angular 1.3 ?
In this case, you have to update the UI-router to the 0.2.12-pre1.

from angular-breadcrumb.

dotnetwise avatar dotnetwise commented on May 23, 2024

Yes! That indeed seems to be the issue.
0.2.11 installed from npm is not actually the correct version that you get after you do a grunt in theangular-ui-router itself.

So that's a bug, their release/angular-ui-router.js is not the same as build/angular-ui-router.js

Filled a bug there too
angular-ui/ui-router#1498

from angular-breadcrumb.

dotnetwise avatar dotnetwise commented on May 23, 2024

Btw, the 0.2.12-pre is not even published to npm as of today

from angular-breadcrumb.

ncuillery avatar ncuillery commented on May 23, 2024

Yes, as their names suggest, the release directory contains only the last release (made with the grunt release task) and the build directory contains an up-to-date but unstable build (made with default task).

It is exactly the same here (except my build directory is called dist).

Btw, the 0.2.12-pre is not even published to npm as of today

You can fill an other issue there ;)

from angular-breadcrumb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.