-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use Kalei to document simple AngularJS examples #45
Comments
So, I figured out that I was adding I turned to a different approach, removing all the
However, although the navigation is no longer screwed up, the Angular example remains unchanged. I'll keep poking at the problem. |
Suggested a possible solution in #46. |
OK, I have made some more progress, although my solution so far is rather ugly. Instead of using
And voila, my simple However, modifying Kalei itself in this way strikes me as ugly, so I was hoping there is a cleaner way to accomplish the same thing. Any suggestions or guidance? |
Closing. |
I would like to use Kalei to document various Angular directives that render UI widgets in use throughout my app. Unfortunately, it doesn't look like I can get even the simplest Angular examples to work. 😢
I added
ng-app
to the html tag in index.html, as well as adding the following to the bottom of the body:<script src="../js/angular.min.js">
, but the following example in a css file still does not work:The
{{ name }}
remains displayed literally.Any clues on getting a basic AngularJS example working within Kalei?
The text was updated successfully, but these errors were encountered: