Skip to content

Instantly share code, notes, and snippets.

function FirstCtrl($scope){
$scope.data = {message: "Hello"};
}
@randombrad
randombrad / nav_tab_thing.html
Created June 6, 2012 19:50 — forked from natecavanaugh/nav_tab_thing.html
navigation-tab-thing
<!DOCTYPE html>
<html>
<head>
<script src="../../build/aui/aui.js" type="text/javascript"></script>
<link rel="stylesheet" href="../../build/aui-skin-classic/css/aui-skin-classic-all-min.css" type="text/css" media="screen" />
<style type="text/css" media="screen">
body {
@randombrad
randombrad / index.html
Created January 19, 2012 00:42 — forked from randombrad/index.html
Vimeo API Alloy Js World Impact
#set ($namespace = "p_p_id_" + $request.theme-display.portlet-display.id + "_")
#set ($list = $namespace + "video-list")
#set ($friendlyURL = $request.get('attributes').get('CURRENT_COMPLETE_URL'))
#set ($videoid = $httpUtil.getParameter($friendlyURL, 'v'))
#set($baseurl = $request.get('CURRENT_COMPLETE_URL'))
$videoid