Created
August 9, 2016 15:39
-
-
Save 526avijitgupta/716cce2bbe505d9146936cf433314179 to your computer and use it in GitHub Desktop.
ng-repeats without track by
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core/templates/dev/head/admin/admin.html:316: <div ng-repeat="(configPropertyId, configPropertyData) in configProperties"> | |
core/templates/dev/head/collection_editor/editor_tab/collection_skill_list_directive.html:2: <li ng-repeat="skill in collectionSkillList.getBindableSkills()"> | |
core/templates/dev/head/collection_player/collection_node_list_directive.html:2: <exploration-summary-tile ng-repeat="collectionNode in getCollectionNodes()" | |
core/templates/dev/head/components/answer_group_editor_directive.html:9: <li ng-repeat="rule in rules" ng-class="{'active': activeRuleIndex === $index}" class="oppia-rule-block oppia-sortable-rule-block protractor-test-rule-block" style="margin-top: 0;" ng-style="$last ? {'border-bottom': '1px solid #ccc'} : {}"> | |
core/templates/dev/head/components/classifier_panel_directive.html:4: <button type="button" ng-repeat="trainingDataHtml in trainingDataHtmlList" class="btn btn-default protractor-test-retrain-answer oppia-unresolved-answer-button" ng-click="openRetrainAnswerModal($index)"> | |
core/templates/dev/head/components/exploration_summary_tile_directive.html:26: <div ng-repeat="avatar in avatarsList | limitTo:MAX_AVATARS_TO_DISPLAY-1:1"> | |
core/templates/dev/head/components/gadget_panel_directive.html:2: <div ng-repeat="gadgetInstance in panelContents()"> | |
core/templates/dev/head/components/html_select_directive.html:8: <li ng-repeat="choice in options"> | |
core/templates/dev/head/components/param_changes_editor_directive.html:10: <div ng-repeat="paramChange in paramChangesService.displayed" | |
core/templates/dev/head/components/rating_display.html:3: <span ng-if="ratingValue || isEditable" ng-repeat="star in stars" class="fa <[star.cssClass]> protractor-test-rating-star" ng-click="clickStar(star.value)" ng-mouseenter="enterStar(star.value)"></span> | |
core/templates/dev/head/components/state_graph_viz_directive.html:76: <g ng-repeat="link in augmentedLinks"> | |
core/templates/dev/head/components/state_graph_viz_directive.html:81: <g class="node protractor-test-node" ng-repeat="node in nodeList"> | |
core/templates/dev/head/dashboard/dashboard.html:259: <li ng-repeat="collection in collectionsList"> | |
core/templates/dev/head/dashboard/notifications_dashboard.html:35: <md-card ng-repeat="notification in recentNotifications" class="oppia-dashboard-row" | |
core/templates/dev/head/exploration_editor/feedback_tab/feedback_tab.html:68: <tr ng-repeat="m in activeThread.messages|orderBy:'message_id'"> | |
core/templates/dev/head/exploration_editor/feedback_tab/thread_table_directive.html:9: <tr ng-repeat="thread in getThreads()|orderBy:'-last_updated'" ng-click="onClickRow(thread.thread_id)" class="oppia-feedback-tab-row"> | |
core/templates/dev/head/exploration_editor/history_tab/history_tab.html:4: <div ng-repeat="versionCheckbox in versionCheckboxArray " class="row"> | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html:9: <div ng-repeat="(panel, panelContents) in panels" | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html:12: <div ng-repeat="gadgetName in panelContents" | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html:69: ng-repeat="(gadgetType, gadget) in ALLOWED_GADGETS" | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html:91: <div ng-repeat="customizationArgSpec in customizationArgSpecs"> | |
core/templates/dev/head/exploration_editor/main_tab/gadget_editor.html:110: ng-repeat="state in allExplorationStateNames"> | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_fallbacks.html:11: and this element should have an ng-repeat defined on it. See the | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_fallbacks.html:18: <li ng-repeat="fallback in stateFallbacksService.displayed" | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_interaction.html:47: <tab ng-repeat="category in ALLOWED_INTERACTION_CATEGORIES" | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_interaction.html:51: <div ng-repeat="interactionId in category.interaction_ids" | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_responses.html:11: and this element should have an ng-repeat defined on it. See the | |
core/templates/dev/head/exploration_editor/main_tab/state_editor_responses.html:15: <li ng-repeat="answerGroup in answerGroups" ng-class="{'active': activeAnswerGroupIndex === $index}" class="oppia-rule-block oppia-sortable-rule-block oppia-prevent-selection" style="margin-top: 0;"> | |
core/templates/dev/head/exploration_editor/main_tab/state_statistics.html:13: <tr ng-repeat="item in unresolvedAnswersList | orderBy:'-count' | limitTo:10"> | |
core/templates/dev/head/exploration_editor/main_tab/state_statistics.html:46: <button type="button" ng-repeat="trainingDataButtonContents in trainingDataButtonContentsList" class="btn btn-default protractor-test-train-unresolved-answer oppia-unresolved-answer-button" ng-click="openTrainUnresolvedAnswerModal($index)"> | |
core/templates/dev/head/exploration_editor/preview_tab/preview_set_parameters_modal_directive.html:5: <tr ng-repeat="paramChange in manualParamChanges"> | |
core/templates/dev/head/exploration_editor/preview_tab/preview_tab.html:13: <tr ng-repeat="(paramName, paramValue) in allParams"> | |
core/templates/dev/head/exploration_editor/settings_tab/settings_tab.html:414: <li ng-repeat="(paramName, paramSpecValue) in explorationParamSpecsService.savedMemento"> | |
core/templates/dev/head/exploration_editor/statistics_tab/statistics_tab.html:66: <li ng-repeat="(rule, ruleData) in rulesStats" ng-show="ruleData.answers.length > 0"> | |
core/templates/dev/head/forms/form_builder_templates.html:227: <div ng-repeat="property in propertySchemas()"> | |
core/templates/dev/head/forms/form_builder_templates.html:322: <div ng-repeat="property in propertySchemas()"> | |
core/templates/dev/head/forms/form_builder_tests.html:63: <div ng-repeat="formset in formsets"> | |
core/templates/dev/head/forms/form_builder_tests.html:72: <tr ng-repeat="form in formset.forms"> | |
core/templates/dev/head/language_footer.html:3: <span ng-repeat="(langCode, langName) in supportedSiteLanguages"> | |
core/templates/dev/head/library/library.html:85: <div ng-repeat="tile in group.activity_summary_dicts" style="display: inline-block;"> | |
core/templates/dev/head/player/information_card_modal.html:33: <li ng-repeat="name in contributorNames| limitTo: 2" | |
core/templates/dev/head/profile/profile.html:69: <div ng-repeat="stat in userDisplayedStatistics" class="oppia-profile-user-stat"> | |
core/templates/dev/head/profile/profile.html:98: <div ng-repeat="stat in userDisplayedStatistics" class="oppia-profile-user-stat"> | |
core/templates/dev/head/profile/profile.html:111: <exploration-summary-tile ng-repeat="expl in getExplorationsToDisplay()" | |
extensions/interactions/GraphInput/GraphInput.html:53: <g ng-repeat="edge in graph.edges"> | |
extensions/interactions/GraphInput/GraphInput.html:71: <g ng-repeat="vertex in graph.vertices" | |
extensions/interactions/GraphInput/GraphInput.html:121: <g ng-if="canEditOptions" ng-repeat="button in graphOptions"> | |
extensions/interactions/GraphInput/GraphInput.html:140: <g ng-repeat="button in buttons"> | |
extensions/interactions/GraphInput/GraphInput.html:167: <g ng-repeat="edge in graph.edges"> | |
extensions/interactions/GraphInput/GraphInput.html:197: ng-repeat="vertex in graph.vertices" | |
extensions/interactions/ImageClickInput/ImageClickInput.html:34: <div ng-repeat="region in allRegions" | |
extensions/interactions/LogicProof/static/js/tools/demonstration.html:63: <tr ng-repeat="i in lineTemplateIndexer"> | |
extensions/interactions/LogicProof/static/js/tools/demonstration.html:77: <div ng-repeat="i in mistakeIndexer"> | |
extensions/interactions/LogicProof/static/js/tools/demonstration.html:87: <tr ng-repeat="j in mistakeSectionIndexer[i]"> | |
extensions/interactions/LogicProof/static/js/tools/demonstration.html:116: <tr ng-repeat="i in controlFunctionIndexer"> | |
extensions/interactions/SetInput/SetInput.html:25: <li ng-repeat="item in answer"> | |
extensions/objects/templates/image_with_regions_editor.html:28: <rect ng-repeat="labeledRegion in $parent.$parent.value.labeledRegions" | |
extensions/objects/templates/image_with_regions_editor.html:38: <text ng-repeat="labeledRegion in $parent.$parent.value.labeledRegions" | |
extensions/rich_text_components/Tabs/Tabs.html:3: <tab ng-repeat="tabContent in tabContents" heading="<[tabContent.title]>"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment