Confirmed users
401
edits
(→Sample) |
|||
Line 61: | Line 61: | ||
'''Note''' | '''Note''' | ||
You are not required to move instantiation call to bootstrap at this stage to avoid dependency issues occuring in bootstrap.js. | * You are not required to move instantiation call to bootstrap at this stage to avoid dependency issues occuring in bootstrap.js. You could still do instantiation in the same file. | ||
You could still do instantiation in the same file. | * You are required to resolve jshint errors in this stage and remove the file from blacklist. | ||
* You are required to have unit tests in this stage. | |||
=== Stage.2 - Architecture love === | === Stage.2 - Architecture love === |