This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 231580 - Errors parsing adhilnv/contact-path project from bitbucket
Summary: Errors parsing adhilnv/contact-path project from bitbucket
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: AngularJS (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 15:42 UTC by Petr Jiricka
Modified: 2013-07-15 09:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2013-06-20 15:42:07 UTC
1. Clone project https://bitbucket.org/adhilnv/contact-path.git
2. Import to NetBeans using New HTML5 project with existing sources
3. Open index.html

=> The following lines are marked as erroneous:

<ul id="searchResults" ng-show="search.length && (contacts | regex:'name':' +'+search+'|^'+search).length">

<p ng-show="(search.length>2) && !(contacts | regex:'name':' +'+search+'|^'+search).length">

<div class="loader" ng-show="(search.length<3) && !(contacts | regex:'name':' +'+search+'|^'+search).length"></div>
Comment 1 Marek Fukala 2013-06-28 09:08:59 UTC
Possibly duplicate (similar problem) of issue 231974
Comment 2 Petr Pisl 2013-07-15 09:34:59 UTC
Fixed in web-main