angular-ui / AngularJS-brackets

AngularJS plugin for Brackets (booya)
216 stars 50 forks source link

Can not open the in line edit. #14

Open colinshen opened 10 years ago

colinshen commented 10 years ago

when i open in line editer with ng-controller,it only shows me the css edit.do i need to do some settings?

WickedSik commented 10 years ago

Is someone still working on this project?

sbruchmann commented 10 years ago

Ping @ProLoser

ProLoser commented 10 years ago

No, I am not working on this anymore, but I can setup a new owner.

Make sure that the cursor is on the controller name. If you define the controller in an unusual way the regex may need to be updated

WickedSik commented 10 years ago

@ProLoser I figured out what went wrong.

I had the html setup as such : <dc-logo></dc-logo> While it's valid for AngularJS, the module doesn't recognise it.

When I changed it to <div dc-logo></div> it worked as expected. I don't mind taking over the project, I'll see whether I can work the different versions into the plugin.

ProLoser commented 10 years ago

Take a look at the directive regex

On Sun, Jun 22, 2014 at 12:42 PM, Jurriën notifications@github.com wrote:

@ProLoser I figured out what went wrong. I had the html setup as such : <dc-logo></dc-logo> While it's valid for AngularJS, the module doesn't recognise it. When I changed it to <div dc-logo></div> it worked as expected.

I don't mind taking over the project, I'll see whether I can work the different versions into the plugin.

Reply to this email directly or view it on GitHub: https://github.com/angular-ui/AngularJS-brackets/issues/14#issuecomment-46790647