4

I am trying out a sample to create tabs with ui bootstrap. The sample works on plunker but doesn't work when I try the same code locally.

I have the right references to the javascript file (script.js) from the index.html.

Any inputs?

1 Answer 1

3

This was because plunker used a network-path reference. When viewing the same file locally it translates to a file:// protocol. Replacing it with https worked!

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.