Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bindings don't seem to work #33

Closed
paulflo150 opened this issue Aug 6, 2014 · 5 comments
Closed

bindings don't seem to work #33

paulflo150 opened this issue Aug 6, 2014 · 5 comments
Labels

Comments

@paulflo150
Copy link

Hi guys,
sorry for creating an issue if this turns out not to be one.

I have a project in which I load everything via requirejs, and I am not able to get the bindings to work (perhaps I am using it the wrong way).

Here is a stripped down version of the project, both views display the breadcrumbs, but they do not seem to see the scope of either controller.

https://github.com/paulflo150/breadcrumbs1

Any thoughts?

Thanks,
Paul

@paulflo150 paulflo150 reopened this Aug 6, 2014
@ncuillery
Copy link
Owner

Hi,

Thanks for reporting, however your example doesn't work on my computer due to absolute path in files:

Failed to load resource: net::ERR_FILE_NOT_FOUND file:///bread/v2014.07.14/css/dashboard.main.css
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///bread/v2014.07.14/css/dashboard.themes.css
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///bread/v2014.07.14/css/ng-img-crop.css
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///bread/v2014.07.14/vendor/require/require.js
Failed to load resource: net::ERR_FILE_NOT_FOUND file:///bread/

Usually, the community uses Plunker to provide explicit examples. You can start by forking this blank project using angular-breadcrumb.

Alternatively, if it is easier for you, you can make your example working on gh-pages. You just have to create a branch gh-pages and push your example on it. It will be online at the adress https://paulflo150.github.io/breadcrumbs1.

@paulflo150
Copy link
Author

Hi,
I apologize if this is not in the right format, I just figured I would provide exactly the sample that I am not able to get to work so you can easily debug through it.

Would you be able to set up the project under a webserver under an application called 'bread' or once I get a little time I will try to follow your suggestions above.

Thanks for the great work!
Paul

@paulflo150
Copy link
Author

Alright, I got this working, I would suspect this may be because of the nested views.

http://paulflo150.github.io/#/views/dashboard
or
http://paulflo150.github.io/#/views/dashboard2

Please notice that neither of the breadcrumbs are displaying the bindings.

Any help is appreciated.

Thanks,

@ncuillery
Copy link
Owner

OMG, did I keep this issue answered for 2 months ? Sorry for that.

Where is the breadcrumb included in your example ? (I can find any reference to ribbon.html)

@ncuillery
Copy link
Owner

Closed after 6 months of inactivity.

Feel free to reopen if your problem is still current.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants