Matt Brandly

Results 107 comments of Matt Brandly

over on [this repo](https://github.com/brandly/angular-youtube-embed), we ended up [adding an index.js](https://github.com/brandly/angular-youtube-embed/commit/11be1d477c8ba06db91d1d735f1d1cb87f5f0116) for this purpose should we follow that same approach here?

the string would be [the name of the module](https://github.com/brandly/angular-adaptive-backgrounds/blob/master/src/angular-adaptive-backgrounds.coffee#L1), so that you can do something like ``` js var app = angular.module('myApp', [ require('angular-adaptive-backgrounds') ]) ```

thanks for the help! at a glance, this code looks nice, but i still need to pull it down and test things out a bit. i've been slacking a bit,...

hey, i recommend looking thru [other ionic-related issues](https://github.com/brandly/angular-youtube-embed/issues?utf8=%E2%9C%93&q=ionic). ionic also [has forums]( forum.ionicframework.com) which i know occasionally discuss this repo. (i've never actually used ionic myself.) > when i try...

hey! i've never done it personally, but [looking thru old issues](https://github.com/brandly/angular-youtube-embed/issues?utf8=%E2%9C%93&q=ionic), quite a few people use this with ionic. good luck!

i figured someone would ask sooner or later. i haven't touched angular 2 _at all_ yet. really, i haven't touched angular in general for quite a while. i'll get around...

reading thru [this migration guide](http://angular-tips.com/blog/2015/09/migrating-directives-to-angular-2/), there are probably a few hurdles here to get over: - [understanding TypeScript](http://www.typescriptlang.org/docs/tutorial.html) - setting up [a dev environment](https://angular.io/docs/ts/latest/quickstart.html#!#devenv) to handle TypeScript - understanding new...

thanks @aluanhaddad! do you know any Angular 2 directives that, in your opinion, are built and set up well? i'd like to poke around an existing project and see how...

thanks for the update @aluanhaddad! i really appreciate the help! i just pushed [a branch](https://github.com/brandly/angular-youtube-embed/tree/angular-2) (with no changes) up to GitHub. that way, even if you make _some_ progress, feel...

Don't feel bad!! To be honest I really haven't used Angular in like 2 years, so I'm not at all up to date on Angular 2 or 4 or whatever....