-
Notifications
You must be signed in to change notification settings - Fork 15
Nikko Lab 20 #12
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
base: master
Are you sure you want to change the base?
Nikko Lab 20 #12
Conversation
$log.debug('cowsayCtrl.logger'); | ||
$log.log(input); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job with your entry.js
</section> | ||
<section class="log-button" ng-controller="CowsayController"> | ||
</body> | ||
</html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job with your index.html.
"main": "webpack.config.js", | ||
"scripts": { | ||
"build": "./node_modules/webpack/bin/webpack.js", | ||
"watch": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't forget to add a lint scrip to run your linter.
@@ -0,0 +1,24 @@ | |||
|
|||
body { | |||
background-image: url("http://whd.erth.biz/wp-content/uploads/texture/Green-field-texture.jpg"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like your background image.
No description provided.