Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是网站http://www.therustyzip.com/
我似乎根本无法让它工作
从您页面的来源可以看出您的问题始于:
<html> lang="en">
您需要将其更改为:
<html lang="en">
I have a scope like $scope.doc_details in my angularjs controller, and I want to use it to display a pdf file by using a tag, like this:
$scope.doc_details
<object data="{{doc_details.file_url