Git Product home page Git Product logo

ngdocs's People

Contributors

idanbauer avatar slamborne avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ngdocs's Issues

Searching is removing Directives that are supposed to show

Hi!

We found an issue where for example we have the following directives:

test-de-one
test-de-one-two
test-de-one-two-three

After typing in 'test-d' on the search box provided, it will filter the list but will only show:

test-de-one
test-de-one-two-three

I am trying to find a pattern to it but I am unsuccessful.

Infinite Recursion?

docsconfig.json:

{ 
    "outputDir": "tmp/docs",
    "apiDir": "app/assets/javascripts"
}

Ran ngdocs

[~/code]> ngdocs
Generating Documentation...

Process ran > 9 minutes without writing any files

[~]> ps -ef | grep ngdocs
  501 14704 14609   0  2:42PM ttys008    0:00.00 grep ngdocs
  501 13425   642   0  2:33PM ttys009    8:45.81 node /usr/local/share/npm/bin/ngdocs

Folders are empty so far.

[~/code]> tree tmp/docs
tmp/docs
└── partials

bin/ngdocs.js uses windows newlines

DOS carriage return newlines \r\n cause OSX to choke on trying to run node\r.

[~/code]> ngdocs
env: node\r: No such file or directory

node\r the \r being the problem.

dos2unix the files or replace \r\n with \n for OSX compatibility.

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.