Skip to content

Instantly share code, notes, and snippets.

View alemohamad's full-sized avatar

Ale Mohamad ⌘ alemohamad

View GitHub Profile

AngularJS

This covers the 1.2.x to 1.4.x versions.

Views, Controllers and built-in Directives

app.controller('MainController', function($scope, $timeout) {
  $timeout(function() {
    // the equivalent of setTimeout, but better in AngularJS
@alemohamad
alemohamad / meta-tags.md
Last active August 29, 2015 14:26 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta charset='UTF-8'>
<meta name='keywords' content='your, tags'>
<meta name='description' content='150 words'>
<meta name='subject' content='your website's subject'>
<meta name='copyright' content='company name'>