- Query a model using AR methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Pick-A-Student</title> | |
<style> | |
html, body { | |
font-family: helvetica; | |
font-weight: lighter; | |
font-size: 20px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Countdown</title> | |
<style type="text/css"> | |
html, body { | |
font-family: helvetica; | |
font-weight: lighter; | |
margin: 0; |
This presentation is available here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
**** ControllerAs Syntax **** | |
*/ | |
/* ControllerAs with an anonymous function & array annotation */ | |
angular | |
.module('myApp') | |
.controller('MainController', ['$http', function($http) { |
This presentation is available at:
https://presentations.generalassemb.ly/4c5ca2cc4e86d897d357#/1
This presentation is available at:
https://presentations.generalassemb.ly/c1ad554e549d5dca5807#/1