Results 816 comments of Angelo

Integrates Angular UI Router https://github.com/angelozerr/tern-angular-ui.router

I know it's not an easy task (taht's why I had implemented link 'at hand'). But I would like to really improve (at first) templateUrl with this issue but with...

@sebastienblanc I will start this feature but I will manage for the moment 2 cases : - module.directive : ``` javascript app.directive("zippy", function(){ return { restrict: "E", transclude: true, scope:...

> would be good to navigate to directive definition in ionic-angular.js I think the problem is that angular tern plugin doesn't support module dependencies. The html is linked with starter...

@mickaelistria I agree with you, but let's me explain why I don't have done that. At first, let's me explain how works angular validator : - `HTML Angular Syntax Validator`...

> Similarly to what user would do with Right-click on project > Properties > Validation > HTML Syntax > Enable project specific setting > Ignore > specified attributes name in...

> Seems to be mainly a matter of setting project preferences. Thank's for the info! > Not sure the HTML validation by itself is extensible to make it ignored. Today...

@paulvi note that angular tern plugin manages angular doc (if you write your own JS with angular doc, it should work)

Is Jade is a lot used with AngularJS? I think it's a big work to implement that, I don't know if I willl find time to do that.

This problem comes from since 0.5.0 uses semantic highlight and not custom Angular Region expression (JFlex). As you said, this priority can be managed with preferences https://github.com/angelozerr/angularjs-eclipse/wiki/New-and-Noteworthy-0.5.0#user-content-html-angular-tag-proposals But I don't...