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

bo-src/bo-src-i works not the same as ng-src #91

Open
Semigradsky opened this issue Jul 1, 2014 · 0 comments
Open

bo-src/bo-src-i works not the same as ng-src #91

Semigradsky opened this issue Jul 1, 2014 · 0 comments

Comments

@Semigradsky
Copy link

<img ng-src='{{imageUrl}}'>

if imageUrl undefined we get:

<img ng-src=''>

For bo-src we get:

<img bo-src='imageUrl' src=''>

For bo-src-i:

<img bo-src-i='' src=''>

We are left with an empty src attribute.

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

No branches or pull requests

1 participant