Rustery
Rustery

Reputation: 125

ng-view html showing as plain string. how can I fix it?

ng-view html showing as plain string. how can I fix it?

Error screenshot.
https://www.evernote.com/shard/s179/sh/b7cf9275-7d18-4b5d-8599-a4b7ec5c3bbc/c9ec67b08744057a3a78ab4f20dd97aa

Sorry, i can not upload images.

Upvotes: 0

Views: 69

Answers (1)

Mike Driver
Mike Driver

Reputation: 8511

Looks like you're trying to use ng-view to load jade/haml? You'll need to have that compile to html before angular will be able to use it as a view.

Upvotes: 1

Related Questions