Quantcast
Channel: Forum Pasja Informatyki - Najnowsze pytania bez odpowiedzi
Viewing all articles
Browse latest Browse all 21942

Niedziałające tagi z biblioteki Angular UI

$
0
0

Chciałem zrobić paginację na stronie w Angularze i w tym celu ściągnąłem bibliotekę https://angular-ui.github.io/bootstrap/. Jednak mimo prawidłowego podlinkowania skryptu do pliku, jest problem z interpretowaniem tagów. Tutaj screen https://zapodaj.net/4b02220980ee8.png.html

Attribute uib-pagination is not allowed here less... (Ctrl+F1)
This inspection highlights unknown HTML tag attributes as invalid, and lets mark such attributes as Custom to avoid highlighting them as invalid.

Gdy korzystam z samego Angulara, to przed każdym specjalnym tagiem dodaję

data-

natomiast tutaj ten sposób nie przynosi żądanego efektu. Przez co kompilator Java wyrzuca mi ciągle wyjątek

org.xml.sax.SAXParseException: Attribute name "uib-pagination" associated with an element type "ul" must be followed by the ' = ' character.

Więc takie moje pytanie. Jak naprawić te tagi?


Viewing all articles
Browse latest Browse all 21942