- 200 g kvarg
- 1 banan
- 1 dl havregryn
- 3 dl mjölk (3%)
- 1 msk olivolja
- 0,5 tsk salt
Instruktioner:
if ((window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth)> someMediaQueryBreakpointPointToMatch) { | |
... | |
} |
$.getScript('//connect.facebook.net/en_UK/all.js', function(){ | |
FB.init({ | |
appId: 'APPID', | |
channelUrl: '//siteurl.com/channel.html', | |
}); | |
$("#some-btn-id").click(function () { | |
FB.ui( | |
{ |
/** | |
* Fades an element in when the model changes. Restricted to attributes. | |
* | |
* Usage: | |
* | |
* <div di-fade-in="foo"/> | |
*/ | |
di.directive('diFadeIn', function () { | |
return { |