GithubHelp home page GithubHelp logo

Comments (6)

Hypercubed avatar Hypercubed commented on June 3, 2024

Are you sure you have included the marked lib? If you are using bower marked should be installed for you into the bower_components directory. It also needs to be added to your index.html (automatic if you are using grunt wiredep or similar).

from angular-marked.

leoli-dev avatar leoli-dev commented on June 3, 2024

Yes, here is the included code in index.html:

    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>

    <!-- AngularJS -->
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-route.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-resource.min.js"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.min.js"></script>

    <!-- Angular Marked -->
    <script src="bower_components/angular-marked/angular-marked.js"></script>

    <!-- js for blog -->
    <script src="js/app.min.js"></script>

And I can find the marked lib by the console:

screenshot

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

Please read the instructions here: https://github.com/Hypercubed/angular-marked#usage . You need to include the marked library in addition to angular-marked. Most likely you will need to add:

<script src="bower_components/marked/lib/marked.js"></script>

from angular-marked.

leoli-dev avatar leoli-dev commented on June 3, 2024

Oh, I missed this step, sorry. It works, thank you!

from angular-marked.

Hypercubed avatar Hypercubed commented on June 3, 2024

No problem.

from angular-marked.

scarroll32 avatar scarroll32 commented on June 3, 2024

I had the same issue. Thanks

from angular-marked.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.