All Projects → davemo → Advanced Directives With Angular Js

davemo / Advanced Directives With Angular Js

Advanced Directives with Angular JS - Code for the Screencast

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Advanced Directives With Angular Js

Evalai
☁️ 🚀 📊 📈 Evaluating state of the art in AI
Stars: ✭ 1,087 (+3193.94%)
Mutual labels:  challenge, angularjs
Angular Gridster2
Angular gridster 2
Stars: ✭ 956 (+2796.97%)
Mutual labels:  angularjs
Ii
Интерактивная Ииссиидиология
Stars: ✭ 12 (-63.64%)
Mutual labels:  angularjs
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+2754.55%)
Mutual labels:  angularjs
Ionic3 Angular43 Httpclient
Example of Ionic 3 and the new Angular 4.3 HTTPClient
Stars: ✭ 20 (-39.39%)
Mutual labels:  angularjs
Placementmnit
Official Placement Portal : MNIT Jaipur
Stars: ✭ 29 (-12.12%)
Mutual labels:  angularjs
Angular Svg Timer
An SVG-based timer button in AngularJS
Stars: ✭ 11 (-66.67%)
Mutual labels:  angularjs
Bootcamp Gostack Desafio 05
Desafio do quinto módulo do Bootcamp GoStack 🚀👨🏻‍🚀
Stars: ✭ 33 (+0%)
Mutual labels:  challenge
Microzz.github.io
💻https://microzz.com IT技术分享
Stars: ✭ 29 (-12.12%)
Mutual labels:  angularjs
Angular Auto Complete
AngularJS auto complete plugin
Stars: ✭ 27 (-18.18%)
Mutual labels:  angularjs
Advent Of Code 2020
My JavaScript solutions for Advent of Code 2020
Stars: ✭ 22 (-33.33%)
Mutual labels:  challenge
Angular Token Auth Seed
Stars: ✭ 20 (-39.39%)
Mutual labels:  angularjs
Divvydroid
Qt/C++ Application to screencast and remote control Android devices
Stars: ✭ 29 (-12.12%)
Mutual labels:  screencast
Itelios Frontend Challenge
Desafio de admissão para desenvolvedores front-end da Itelios
Stars: ✭ 14 (-57.58%)
Mutual labels:  challenge
Checksheet Manager
Checksheet Manager for college checksheets. Created with AngularJS and Node/Express/MongoDB.
Stars: ✭ 31 (-6.06%)
Mutual labels:  angularjs
Chn Eolinker Ams Lite 4.0 For Php
中国最大的在线API管理平台EOLINKER 旗下API管理系统开源精简版,适合个人以及微型团队使用。
Stars: ✭ 869 (+2533.33%)
Mutual labels:  angularjs
Angular Canvas Area Draw
Simple library to draw polygons over image with canvas
Stars: ✭ 21 (-36.36%)
Mutual labels:  angularjs
Screencast
An elementary OS app
Stars: ✭ 28 (-15.15%)
Mutual labels:  screencast
Flutter Ui Challenges
Flutter UI design implementation
Stars: ✭ 33 (+0%)
Mutual labels:  challenge
Generator Angular Auto Admin Loopback
Generator for automatic CRUD angular backend for loopback apps and apis
Stars: ✭ 32 (-3.03%)
Mutual labels:  angularjs

Advanced Directives with Angular JS

This repository is the companion to two screencasts:

Part One examines some of the more advanced features in Angular, specifically Directives and how we can leverage the power of custom elements and attributes to map Domain Specific concepts through HTML, translate those into Value Objects in our Domain, and gain rendered simple HTML output. Also discussed: complexity, creating a DSL with directives, debugging techniques, tips and tricks. This screencast covers:

Part Two continues the examination of some of the advanced features in Part 1. This screencast covers:

  • bugfixes for the inline editor
  • auto toggling of editing state using CSS content generation and the angular $scope
  • leveraging the DSL from the first screencast as an interface to a 3rd party JavaScript data grid component: js-grid

If you're interested in some more context prior to watching check out my other angular screencasts and an earlier post on the power of web components as abstractions;

Running the Code Locally

I like to use the npm module serve for running a simple static webserver for projects like this:

npm i -g serve
git clone [email protected]:davemo/advanced-directives-with-angular-js.git
cd advanced-directives-with-angular-js
serve

Extra Credit

Some things in the screencast aren't complete and some things could definitely done better. This section is a challenge to you, the reader/watcher to improve the code and level up your knowledge in the process! Try and tackle some of these challenges if you want:

  • Bugfix: the editor currently shows up multiple times, fix it so this doesn't happen (hint: maybe an 'edit' state that's tracked could help the directive know if it should execute .insertAfter) Fixed Here
  • Feature: make the expandy arrow thing point down when expanded and to the right when collapsed. Added Here
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].