AngularJS-brackets icon indicating copy to clipboard operation
AngularJS-brackets copied to clipboard

Can not open the in line edit.

Open colinshen opened this issue 10 years ago • 5 comments

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

colinshen avatar May 10 '14 08:05 colinshen

Is someone still working on this project?

WickedSik avatar Jun 22 '14 15:06 WickedSik

Ping @ProLoser

sbruchmann avatar Jun 22 '14 15:06 sbruchmann

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

ProLoser avatar Jun 22 '14 19:06 ProLoser

@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.

WickedSik avatar Jun 22 '14 19:06 WickedSik

Take a look at the directive regex

On Sun, Jun 22, 2014 at 12:42 PM, Jurriën [email protected] 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

ProLoser avatar Jun 22 '14 19:06 ProLoser