AngularJS-brackets
AngularJS-brackets copied to clipboard
Can not open the in line edit.
when i open in line editer with ng-controller,it only shows me the css edit.do i need to do some settings?
Is someone still working on this project?
Ping @ProLoser
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 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.
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