-
Create start page
- Start by copying default tenmplate from here: http://getbootstrap.com/examples/theme/
- Replace css with correct ones
- Addin the missing css entries so index.html
- Remove content of page
- Move styles to separate file
- Edit menu 6.1 Show conlse / Discover missing jquery 6.2 Add jquery
- Remove theme css
- Move menu to right
-
Create angular-js application
- Create the app.js module
2.1 Add all required sj
2.2 Explain why we need a "new bootstrap library"
2.3 Why is the menu not working?
- The problem with java script!
- Remove the menu
- Add the controller (server.js)
- Add ng-app/ng-controller to the page
- Add a bound variable
- Add counter
- Explain dependencies
- Explain functions (lambdas)
- Create the app.js module
2.1 Add all required sj
2.2 Explain why we need a "new bootstrap library"
2.3 Why is the menu not working?
-
Create a view and add routing
- Create the view
- Add the ng-vire
- Add routing
- Explain why this is significant
-
Create a table
- Show the table section on bootstrap docs page
- Add basic table with headers
- Add a sample row
-
Adding a service
- Add the service file
- Create a basic service (discuss the options)
- include it in index.html
- Add ng-repeat
- Add the mock server (explain that this is a fake API)
-
Bind variables
- Bind all variables
-
Create icons and change styles
- Show bootstrap icons
- Show font awesome
- Add the status icon
- Add the type icon
- Add a color lable around status icon
-
Adding functions
- Add top text.
- Creat bound function (refresh())
- Why is refresh "flickering" ?
- Fix flickering
- Reuse refresh call
- Ditch the "Old" stuff (intevall etc)
-
Implement refresh & filter
- Add ordering and filtering to repeat
- Add fields for sorting, reverse and filter
- Add funtion to set sort items
- Add missing css for search clear
-
Notifications
You must be signed in to change notification settings - Fork 0
lmickos/modern-frameworks-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Packages 0
No packages published