Skip to content

Instantly share code, notes, and snippets.

View gavinkilbride's full-sized avatar

Gavin Kilbride gavinkilbride

  • Sydney, Australia
View GitHub Profile
# Choose the main axis:
flexDirection: 'column' || 'row'
# Align the main axis:
justifyContent: 'flex-start' || 'flex-end' || 'center' || 'space-around' || 'space-between'
# Align the cross axis:
alignItems: 'flex-start' || 'flex-end' || 'center' || 'stretch'
# Align individual elements:
@gavinkilbride
gavinkilbride / AngulrJS : View scope in console
Last active December 15, 2015 04:28
AngularJS : View scope in console.
angular.element($0).scope();